Sign in
dawn
/
dawn
/
8be0f9e24b250259fb527015c924f6916956b1e3
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
128bit
/
vec4i32-vec4u32.wgsl.expected.msl
blob: 7ab037b47503a24a9f1f8e1f01ee086c23cc7e58 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint4
const
b
=
uint4
(
1073757184u
,
3288351232u
,
3296724992u
,
987654321u
);
return
;
}