Sign in
chromium
/
external
/
github.com
/
google
/
glslang
/
58d6905ea01f7c44652eb082d26b662ca811df25
/
.
/
Test
/
hlsl.emptystruct.init.vert
blob: 02050f8ba1b9616d77d25e2a27bfa7fa2a0b75b0 [
file
]
struct
Test
{
};
static
const
Test
Test_Empty
;
float4 main
(
in
uint
vertexIndex
:
VERTEXID
)
:
VS_OUT_POSITION
{
return
0
;
}