Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
expressions
/
bitcast
/
vector
/
f32-u32.wgsl.expected.hlsl
blob: 949082077093aaa613200420de07a479efb80d08 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float3 a
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
uint3 b
=
asuint
(
a
);
return
;
}