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