Sign in
dawn
/
dawn
/
cf8513d4e5a4379eae1fc928a9c120da6fdbd308
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
const.wgsl.expected.glsl
blob: 3d91b993780234c3230fe4b89e2c30fcb437fcc2 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
f
()
{
}
void
main
()
{
f
();
return
;
}