retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
SdlOpenglViewport
retrograde
graphics
threedee
opengl
sdl2
viewport
Undocumented in source.
version(Have_derelict_sdl2 && Have_derelict_gl3)
class
SdlOpenglViewport :
Viewport
{
this
(SDL_Window* window, SDL_GLContext glContext);
RectangleI
dimensions
[@property getter];
void
swapBuffers
();
void
cleanup
();
}
Constructors
this
this
(SDL_Window* window, SDL_GLContext glContext)
Undocumented in source.
Members
Functions
cleanup
void
cleanup
()
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffers
void
swapBuffers
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
dimensions
RectangleI
dimensions
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Viewport
dimensions
RectangleI
dimensions
[@property getter]
Undocumented in source.
swapBuffers
void
swapBuffers
()
Undocumented in source.
cleanup
void
cleanup
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
threedee
opengl
sdl2
viewport
classes
SdlOpenglViewport
SdlOpenglViewportFactory