Sign in
dawn
/
dawn
/
01bd3aa73e60dd8b7d532580866f6e8b26b37b50
/
.
/
test
/
tint
/
expressions
/
bitcast
/
vector
/
f32-f32.wgsl.expected.msl
blob: 66dbb5577a02351323258d6e281d3a0b0f5793cd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
float3
const
a
=
float3
(
1.0f
,
2.0f
,
3.0f
);
float3
const
b
=
as_type
<float3>
(
a
);
return
;
}