16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 20:59:19 +02:00

CI shader validation

This commit is contained in:
milek7
2021-01-21 15:44:21 +01:00
parent 3a3104a521
commit 56eba08a6f
10 changed files with 223 additions and 54 deletions

View File

@@ -0,0 +1,14 @@
#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;