ShallowTexture.this

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

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

Meta