You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/test/testgpu/overlay.hlsli

6 lines
78 B
HLSL

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