Sign in
dawn
/
tint
/
9943de6813695e831a9e6aa43ae36322e81ae3e6
/
.
/
test
/
expressions
/
bitcast
/
vector
/
i32-i32.wgsl.expected.glsl
blob: f951aae29e5de1d9bb4d1e5ff5c5f28f296cd95d [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
f
()
{
ivec3 a
=
ivec3
(
1
,
2
,
3
);
ivec3 b
=
a
;
return
;
}
void
main
()
{
f
();
}