SceneDebugViewer/Runtime/Shaders/RSPropertiesCG.cginc
max a4eafe007c Added Presets.
Reworked shaders and added more presets.
2021-03-31 13:01:43 +02:00

11 lines
201 B
HLSL

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