Texture.this

Load a texture from a file with a given path

  1. this(ubyte* data, int w, int h, PixelFormat format)
  2. this(string name)
    struct Texture
    @nogc nothrow
    this
    (
    string name
    )
  3. this(SDL_Surface* sur)

Meta