| 1128 | // Destroy object |
| 1129 | } |
| 1130 | static VKAPI_ATTR void VKAPI_CALL ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) { |
| 1131 | // Not a CREATE or DESTROY function |
| 1132 | } |
| 1133 | static VKAPI_ATTR VkResult VKAPI_CALL GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { |
| 1134 | // Not a CREATE or DESTROY function |
| 1135 | return VK_SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected