SceneDebugViewer/Runtime/Shaders/RSPropertiesCG.cginc
2021-04-23 17:02:34 +02:00

12 lines
231 B
HLSL

#ifndef RS_PROPERTIES_CG_INCLUDED
#define RS_PROPERTIES_CG_INCLUDED
sampler2D _RS_Texture;
float4 _RS_Texture_ST;
float4 _RS_Texture_TexelSize;
float _RS_Sharpness;
fixed4 _RS_Color;
half _RS_Metallic;
half _RS_Glossiness;
#endif