mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-29 14:25:20 +01:00
9 lines
187 B
Text
9 lines
187 B
Text
|
// GameMaker reserved and common types/inputs
|
||
|
|
||
|
sampler2D gm_BaseTexture : register(S0);
|
||
|
|
||
|
bool gm_PS_FogEnabled;
|
||
|
float4 gm_FogColour;
|
||
|
bool gm_AlphaTestEnabled;
|
||
|
float4 gm_AlphaRefValue;
|