28 Feb
2023
28 Feb
'23
4:42 a.m.
Conor McCarthy (@cmccarthy) commented about libs/vkd3d/command.c:
};
/* flushed_any is initialised by the caller. */ -static bool d3d12_command_queue_flush_ops(struct d3d12_command_queue *queue, bool *flushed_any) +static HRESULT d3d12_command_queue_flush_ops(struct d3d12_command_queue *queue, bool *flushed_any) `d3d12_command_queue_flush_ops()` still returns `true` in a couple of places.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/94#note_25692