mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 23:01:56 -04:00
6 lines
78 B
HLSL
Vendored
Generated
6 lines
78 B
HLSL
Vendored
Generated
struct VSOutput
|
|
{
|
|
float2 uv : TEXCOORD0;
|
|
float4 pos : SV_Position;
|
|
};
|