16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

rendering python to individual windows

This commit is contained in:
milek7
2018-10-25 18:07:43 +02:00
parent 9f5a88a2fc
commit fbcd933d56
8 changed files with 137 additions and 5 deletions

View File

@@ -176,6 +176,9 @@ struct global_settings {
bool dds_upper_origin = false;
bool captureonstart = true;
bool python_displaywindows = false;
bool map_enabled = true;
int gfx_framebuffer_width = -1;
int gfx_framebuffer_height = -1;
bool gfx_shadowmap_enabled = true;
@@ -187,8 +190,6 @@ struct global_settings {
GLenum gfx_format_depth = GL_DEPTH_COMPONENT32F;
bool gfx_skippipeline = false;
bool gfx_shadergamma = false;
bool map_enabled = true;
bool gfx_usegles = false;
// methods