Texture.this

  1. this(int width, int height)
  2. this(ubyte[] data, int width, int height)
    class Texture
    this
    (
    ubyte[] data
    ,
    int width
    ,
    int height
    )

Parameters

data
Type: ubyte[]

RGBA by row

Meta