ShallowTexture.this

Loads a shallow texture from image buffer Supported file types: * PNG 8-bit * BMP 8-bit * TGA 8-bit non-palleted * JPEG baseline

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

Meta