Topaz 5.0
Topaz Game Engine
|
Global settings that affect all passes and graphs. The kind of stuff you'd expect to see in a game's video options.
bool tz::gpu::settings_get_vsync | ( | ) |
Query as to whether vsync is enabled.
By default, vsync is disabled.
void tz::gpu::settings_set_vsync | ( | bool | enabled | ) |
Enable/disable vsync.
By default, vsync is disabled. You should assume that this function will take a significantly long time.