Sign in
dawn
/
dawn
/
01bd3aa73e60dd8b7d532580866f6e8b26b37b50
/
.
/
test
/
tint
/
expressions
/
bitcast
/
scalar
/
f32-u32.wgsl.expected.fxc.hlsl
blob: 2b802263e04c942b0803d05dacd9bdf720c8c7f9 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float
a
=
1.0f
;
const
uint
b
=
asuint
(
a
);
return
;
}