Sign in
dawn
/
dawn
/
6e4a366841ee807f84932a190cb8fa8d8af10e11
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
64bit
/
vec4f16-vec2u32.wgsl.expected.msl
blob: 6450fcafef5257f94f5a7663f7b4ae0546fb62d0 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint2
const
b
=
uint2
(
1073757184u
,
3288351232u
);
return
;
}