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

5 lines
86 B
HLSL

float4 main(float3 Color : TEXCOORD0) : SV_Target0
{
return float4(Color, 1.0);
}