Sign in
dawn
/
dawn
/
b29892be0999aba1f958aafd7256dbf7c6d2fa28
/
.
/
test
/
tint
/
expressions
/
bitcast
/
vector
/
f32-f32.wgsl.expected.msl
blob: cc8ecac2458d746c18ed9b6010757df05b324cc6 [
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>
(
float3
(
1.0f
,
2.0f
,
3.0f
));
return
;
}