Backlog/engine/rend/shaders/lit_mesh.frag.hlsl

6 lines
86 B
HLSL

float4 main(float2 UV : TEXCOORD0) : SV_Target0
{
return float4(UV, 0.0, 1.0);
}