Pixel-Composer/datafiles/Shaders/3dInstance/CommonPS.hlsl
2023-10-28 15:53:11 +07:00

8 lines
173 B
HLSL

#ifndef __COMMONPS_HLSL__
#define __COMMONPS_HLSL__
Texture2D gm_BaseTextureObject : register(t0);
SamplerState gm_BaseTexture : register(s0);
#endif // __COMMONPS_HLSL__