Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
hlsl.emptystructreturn.frag
blob: f6a772a328380479a72ee7cdf7c9c25baebc9743 [
file
] [
log
] [
blame
]
struct
ps_in
{
};
struct
ps_out
{
};
ps_out main
(
ps_in i
)
{
ps_out o
;
return
o
;
}