Texture.this

Creates a new blank texture using the specified width and height

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

Meta