Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
089dc86bcfebe6737965fcb4db9c36bcb2fbc7da
/
.
/
test
/
testgpu
/
overlay.hlsli
blob: d57dcfec273c5c18ef0b611ea21b2d70ed95942f [
file
] [
log
] [
blame
]
struct
VSOutput
{
float2 uv
:
TEXCOORD0
;
float4 pos
:
SV_Position
;
};