Sign in
dawn
/
dawn
/
8be0f9e24b250259fb527015c924f6916956b1e3
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
128bit
/
vec4u32-vec4f32.wgsl.expected.msl
blob: 85545458f3fcdbcefa7e7b6b05ae89ce735b0a0a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float4
const
b
=
float4
(
2.003662109375f
,
-
513.03125f
,
-
1024.25f
,
0.00169684563297778368f
);
return
;
}