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