GraphicsEngine

Members

Functions

backend
VideoBackend backend()
isServiceRunning
bool isServiceRunning()

Returns true if GraphicsEngine service is running.

isVSyncEnabled
bool isVSyncEnabled()
render
void render()
restartService
void restartService()

Restart GraphicsEngine service.

startService
void startService()

Start GraphicsEngine service.

stopService
void stopService()

Stop GraphicsEngine service.

toggleWireframe
void toggleWireframe()
vSyncEnabled
void vSyncEnabled(bool enabled)
windowBackgroundColor
void windowBackgroundColor(Vector3F color, float a)
windowBackgroundColor
void windowBackgroundColor(float r, float g, float b, float a)
windowBackgroundColor
void windowBackgroundColor(Vector4F color)

Inherited Members

From IService

startService
void startService()

Strat service.

stopService
void stopService()

Strat service.

restartService
void restartService()

Strat service.

isServiceRunning
bool isServiceRunning()

Strat service.

Meta