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