Sign in
dawn
/
dawn
/
a8eb33756b228cf587ed065c0144e306def8f902
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
32bit
/
u32-u32.wgsl.expected.msl
blob: 71c1a43c0fece1fdab2c7045f92bcc1a74ac2d90 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint
const
b
=
1073757184u
;
return
;
}