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

Function CmdSetEvent

icd/generated/function_definitions.h:831–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829 // Not a CREATE or DESTROY function
830}
831static VKAPI_ATTR void VKAPI_CALL CmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected