Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.dxc.hlsl
blob: 8916eb5c8b55a91a8224a329f89dcd76a3d727cb [
file
] [
log
] [
blame
]
struct
modf_result_f32
{
float
fract
;
float
whole
;
};
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
foo
()
{
const
modf_result_f32 s1
=
(
modf_result_f32
)
0
;
}