Texture.this

Load a texture from an SDL_Surface in memory

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

Meta