We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd4317 commit 4cb6337Copy full SHA for 4cb6337
1 file changed
ZEngine/ZEngine/Hardwares/DeviceSwapchain.cpp
@@ -387,7 +387,7 @@ namespace ZEngine::Hardwares
387
Array<VkSemaphore> wait_semaphores = {};
388
Array<uint64_t> wait_values = {};
389
Array<VkPipelineStageFlags> stage_flags = {};
390
- HashMap<Primitives::Semaphore*, TimelineAggregate> max_val_timeline_semaphores = {};
+ UnorderedHashMap<Primitives::Semaphore*, TimelineAggregate> max_val_timeline_semaphores = {};
391
392
wait_semaphores.init(scratch.Arena, 10);
393
stage_flags.init(scratch.Arena, 10);
0 commit comments