Pixel-Composer/datafiles/Shaders/3dInstance/CommonPS.hlsl

8 lines
173 B
HLSL
Raw Normal View History

2023-10-28 10:53:11 +02:00
#ifndef __COMMONPS_HLSL__
#define __COMMONPS_HLSL__
Texture2D gm_BaseTextureObject : register(t0);
SamplerState gm_BaseTexture : register(s0);
#endif // __COMMONPS_HLSL__