C Specification
Bits which can be set in the srcAccessMask3 and dstAccessMask3
members of VkMemoryBarrierAccessFlags3KHR, specifying access behavior,
are:
// Provided by VK_KHR_maintenance8
// Flag bits for VkAccessFlagBits3KHR
typedef VkFlags64 VkAccessFlagBits3KHR;
static const VkAccessFlagBits3KHR VK_ACCESS_3_NONE_KHR = 0ULL;
Description
-
VK_ACCESS_3_NONE_KHR specifies no additional accesses.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.