| 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; |
| 685 | } |
| 686 | static VKAPI_ATTR VkResult VKAPI_CALL ResetEvent(VkDevice device, VkEvent event) { |
| 687 | // Not a CREATE or DESTROY function |
| 688 | return VK_SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected