Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
expressions
/
splat
/
immediate
/
i32.wgsl.expected.ir.msl
blob: d13ea0f5c6300fcc2882903217702c3fea9bb489 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int2 v2
=
int2
(
1
);
int3 v3
=
int3
(
1
);
int4 v4
=
int4
(
1
);
}