| 676 | // Destroy object |
| 677 | } |
| 678 | static VKAPI_ATTR VkResult VKAPI_CALL GetEventStatus(VkDevice device, VkEvent event) { |
| 679 | // Not a CREATE or DESTROY function |
| 680 | return VK_EVENT_SET; |
| 681 | } |
| 682 | static VKAPI_ATTR VkResult VKAPI_CALL SetEvent(VkDevice device, VkEvent event) { |
| 683 | // Not a CREATE or DESTROY function |
| 684 | return VK_SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected