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