Files
kaizen/external/SDL/test/testgpu/overlay.hlsli
T

6 lines
78 B
HLSL

struct VSOutput
{
float2 uv : TEXCOORD0;
float4 pos : SV_Position;
};