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

Function SetEvent

icd/generated/function_definitions.h:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 return VK_EVENT_SET;
681}
682static VKAPI_ATTR VkResult VKAPI_CALL SetEvent(VkDevice device, VkEvent event) {
683 // Not a CREATE or DESTROY function
684 return VK_SUCCESS;
685}
686static VKAPI_ATTR VkResult VKAPI_CALL ResetEvent(VkDevice device, VkEvent event) {
687 // Not a CREATE or DESTROY function
688 return VK_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected