Topaz 5.0
Topaz Game Engine
Loading...
Searching...
No Matches

Description

Global settings that affect all passes and graphs. The kind of stuff you'd expect to see in a game's video options.

Function Documentation

◆ settings_get_vsync()

bool tz::gpu::settings_get_vsync ( )

Query as to whether vsync is enabled.

By default, vsync is disabled.

◆ settings_set_vsync()

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.