Sign in
dawn
/
dawn
/
7b9896841dc2428931a961f73b76b5a7b9012821
/
.
/
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
;
}