mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 12:49:18 +02:00
rename, configurable gamma mode
This commit is contained in:
@@ -186,9 +186,10 @@ struct global_settings {
|
||||
GLenum gfx_format_color = GL_RGB16F;
|
||||
GLenum gfx_format_depth = GL_DEPTH_COMPONENT32F;
|
||||
bool gfx_skippipeline = false;
|
||||
bool gfx_shadergamma = false;
|
||||
|
||||
bool map_enabled = true;
|
||||
bool use_gles = false;
|
||||
bool gfx_usegles = false;
|
||||
|
||||
// methods
|
||||
void LoadIniFile( std::string asFileName );
|
||||
|
||||
Reference in New Issue
Block a user