| 1266 | // Not a CREATE or DESTROY function |
| 1267 | } |
| 1268 | static VKAPI_ATTR void VKAPI_CALL CmdResetEvent2(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) { |
| 1269 | // Not a CREATE or DESTROY function |
| 1270 | } |
| 1271 | static VKAPI_ATTR void VKAPI_CALL CmdWaitEvents2(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, |
| 1272 | const VkDependencyInfo* pDependencyInfos) { |
| 1273 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected