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

Function CmdSetEvent2KHR

icd/generated/function_definitions.h:2505–2508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2503 // Not a CREATE or DESTROY function
2504}
2505static VKAPI_ATTR void VKAPI_CALL CmdSetEvent2KHR(VkCommandBuffer commandBuffer, VkEvent event,
2506 const VkDependencyInfo* pDependencyInfo) {
2507 // Not a CREATE or DESTROY function
2508}
2509static VKAPI_ATTR void VKAPI_CALL CmdResetEvent2KHR(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) {
2510 // Not a CREATE or DESTROY function
2511}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected