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