Sign in
dawn
/
dawn
/
94884fc11d3a42e398eb75972017aac6df3ac038
/
.
/
test
/
tint
/
bug
/
chromium
/
1417515.wgsl.expected.ir.dxc.hlsl
blob: 054513b8876266a221d2423622a2f0536819616c [
file
] [
log
] [
blame
]
struct
modf_result_f32
{
float
fract
;
float
whole
;
};
void
foo
()
{
modf_result_f32 s1
=
(
modf_result_f32
)
0
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}