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.