We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix https://github.com/KhronosGroup/Vulkan-Docs/issues/2415
Fixed two-pass depth attachment reuse example
Add note to combined graphics/present queue about subpass dependencies
Fixed subpass dependencies for combined acquire/present queue
Updated Synchronization Examples (markdown)
Corrected examples to use VkDependencyInfoKHR
Fix exampel as per https://github.com/KhronosGroup/Vulkan-Docs/issues/1466
Updated to synchronization2, and moved sync1 to another page.
Fixed duped variable name in "Transfer dependency, upload data from cpu to image”
Add CPU readback example
Corrected semaphore wait to dispatch dependency.
Add WAW example
stagingRange->vertexRange
Fix cut-and-paste bug
Fixed feedback provided by Christian Forfang - various typos on image layouts, and copy pasta in the unified memory transfer dependency examples
Added some transfer (upload) examples
Clarify execution only dependencies
Fixed accidentally setting oldLayout to a pipeline stage enum in a couple of places.
Added "full barrier" example
Incorporated patch from https://github.com/KhronosGroup/Vulkan-Docs/issues/537 from @HansKristian-ARM
to->from
is->it typo
color->depth
Draw indirect buffer should be consumed via vkCmdDrawIndirect(...) call