6 lines
156 B
HLSL
Raw Normal View History

2024-11-01 16:55:46 +08:00
#include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl"
TEXTURE2D(_MainTex); SAMPLER(sampler_MainTex);
float4 _MainTex_ST;