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

Function GetEventStatus

icd/generated/function_definitions.h:678–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 // Destroy object
677}
678static VKAPI_ATTR VkResult VKAPI_CALL GetEventStatus(VkDevice device, VkEvent event) {
679 // Not a CREATE or DESTROY function
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected