Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
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
()
{
}