Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
hlsl.emptystructreturn.vert
blob: 8ac6578e468fb9fbba773fc9bed784e87dffd1e6 [
file
] [
log
] [
blame
] [
edit
]
struct
vs_in
{
};
struct
vs_out
{
};
vs_out main
(
vs_in i
)
{
vs_out o
;
return
o
;
}