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