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:
14
ci_shadervalidator/Globals.h
Normal file
14
ci_shadervalidator/Globals.h
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user