6 lines
156 B
HLSL
Raw Normal View History

2025-03-11 15:30:07 +08:00
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
TEXTURE2D(_MainTex); SAMPLER(sampler_MainTex);
float4 _MainTex_ST;