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