Sign in
dawn
/
dawn
/
e18e8088fce7ba7802cec9d17ac0277dda157bc5
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
alias.wgsl.expected.ir.glsl
blob: 66bd56dfd771adfe012fcf002fa11a2e0b5a9227 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
struct
S
{
int
m
;
};
void
main
()
{
S v
=
S
(
0
);
}