/*
CONFIGURATION FILE for Cineware DLL.

All values are evaluated in this order:

|| Application Code (Defaults)
|| Configuration File
|| Environment Variables
|| Command Line
\/

See config.txt for more information
*/

g_disableOpenGLExtensions=GL_NV_command_list;GL_ARB_direct_state_access:amd;GL_ARB_sampler_objects:amd;GL_ARB_texture_view:intel

g_modulePath = %{g_startupPath}/corelibs;%{g_startupPath}/plugins;%{g_prefsPath}/plugins

// enable/disable console (Windows only and only if no debugger is present)
g_console = false

// disallow messages in console for Cineware by default
g_debug=false
g_diagnostic=false
g_warning=false
g_critical=false

// this needs to be release for Cineware
g_alloc=release

// Disable caching of large memory blocks (event loop might not be available).
g_memoryLargeBlockCache=false
