Sign in
dawn
/
dawn
/
0b39270e01ce2327dd8c01d8d7192e823cec4424
/
.
/
test
/
expressions
/
splat
/
expression
/
i32.wgsl.expected.glsl
blob: 82a2959310b2d8a723843b075762963e8609fe01 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
f
()
{
ivec2 v2
=
ivec2
((
1
+
2
));
ivec3 v3
=
ivec3
((
1
+
2
));
ivec4 v4
=
ivec4
((
1
+
2
));
}