Backlog/lib/sdl3/content/hello-triangle.frag.hlsl

6 lines
74 B
HLSL

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