IGraphicsDeviceManagerΒΆ
-
interface
IGraphicsDeviceManager Used by the platform code to control the graphics device.
-
bool
BeginDraw() Called at the start of rendering a frame.
Returns: Returns true if the frame should be rendered.
-
void
CreateDevice() Called to create the graphics device.
-
void
EndDraw() Called after rendering to present the frame to the screen.
-
bool