SDL2Texture.this

Creates a SDL Texture for a specific renderer.

  1. this(SDL2Renderer renderer, uint format, uint access, int width, int height)
    class SDL2Texture
    this
  2. this(SDL2Renderer renderer, SDL2Surface surface)

Throws

SDL2Exception on error.

See Also

Meta