Sign in
dawn
/
dawn
/
f3c7cc5c580eb743829c78bb77df0c1e8f6a6ce3
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
var.wgsl.expected.glsl
blob: aae7ab4c3568f4ce2b7c7ca20c711ce38fdd1a2d [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
int
a
=
1
;
void
f
()
{
int
b
=
a
;
}
void
main
()
{
f
();
return
;
}