mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
8 lines
173 B
HLSL
8 lines
173 B
HLSL
#ifndef __COMMONPS_HLSL__
|
|
#define __COMMONPS_HLSL__
|
|
|
|
Texture2D gm_BaseTextureObject : register(t0);
|
|
SamplerState gm_BaseTexture : register(s0);
|
|
|
|
#endif // __COMMONPS_HLSL__
|