MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdWaitEvents

Function CmdWaitEvents

icd/generated/function_definitions.h:837–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 // Not a CREATE or DESTROY function
836}
837static VKAPI_ATTR void VKAPI_CALL CmdWaitEvents(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents,
838 VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask,
839 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers,
840 uint32_t bufferMemoryBarrierCount,
841 const VkBufferMemoryBarrier* pBufferMemoryBarriers,
842 uint32_t imageMemoryBarrierCount,
843 const VkImageMemoryBarrier* pImageMemoryBarriers) {
844 // Not a CREATE or DESTROY function
845}
846static VKAPI_ATTR void VKAPI_CALL CmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout,
847 VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size,
848 const void* pValues) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected