Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
128bit
/
vec4u32-vec4i32.wgsl.expected.ir.msl
blob: 890b578ec194dbf337318d2ce23e3a2feebbc20c [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int4
const
b
=
int4
(
1073757184
,
-
1006616064
,
-
998242304
,
987654321
);
}