MoritzRoth
Results
2
issues of
MoritzRoth
The first step towards full timeline semaphore support. Related Issue: #45 Changes: * Adds and implements `context_vulkan::record_and_submit_with_timeline_semaphore` * Replaces fences in `model_loader` example with timeline semaphores.
Adds basic timeline semaphore support. Related issue: cg-tuwien/Auto-Vk-Toolkit#45 Changes: Timeline semaphores functionality has been added to the existing class `avk::semaphore_t`, is well documented and nicely abstracted. Note: I added comments...