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

Function CmdResetEvent

icd/generated/function_definitions.h:834–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 // Not a CREATE or DESTROY function
833}
834static VKAPI_ATTR void VKAPI_CALL CmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) {
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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected