ShallowTexture.this

Loads uncompressed texture from memory

  1. this(string file)
  2. this(ubyte[] buffer)
  3. this(ubyte[] buffer, int w, int h, int channels)
    struct ShallowTexture
    this
    (
    ubyte[] buffer
    ,
    int w
    ,
    int h
    ,
    int channels = 4
    )

Meta