Surface.this
- this(SDL_Surface* sdlSurface, bool isOwner, void* userRef)
- this(uint[2] size, PixelFormat rgbPixelFormat)
- this(void[] pixels, uint[2] size, size_t pitch, PixelFormat rgbPixelFormat)
- this(uint[2] size, ubyte bitDepth, Palette palette)
- this(void[] pixels, uint[2] size, size_t pitch, ubyte bitDepth, Palette palette)
dsdl2 surface Surface
constructorsdestructorsfunctionsvariables
Constructs a dsdl2.Surface from a vanilla SDL_Surface* from bindbc-sdl