mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
15 lines
289 B
C
15 lines
289 B
C
#pragma once
|
|
struct _global
|
|
{
|
|
bool gfx_shadowmap_enabled;
|
|
bool gfx_envmap_enabled;
|
|
bool gfx_postfx_motionblur_enabled;
|
|
bool gfx_skippipeline;
|
|
bool gfx_extraeffects;
|
|
bool gfx_shadergamma;
|
|
bool gfx_usegles;
|
|
};
|
|
|
|
extern _global Global;
|
|
|