| 1761 | // Not a CREATE or DESTROY function |
| 1762 | } |
| 1763 | static VKAPI_ATTR void VKAPI_CALL CmdEndRenderingKHR(VkCommandBuffer commandBuffer) { |
| 1764 | // Not a CREATE or DESTROY function |
| 1765 | } |
| 1766 | static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceFeatures2KHR(VkPhysicalDevice physicalDevice, |
| 1767 | VkPhysicalDeviceFeatures2* pFeatures) { |
| 1768 | GetPhysicalDeviceFeatures(physicalDevice, &pFeatures->features); |
nothing calls this directly
no outgoing calls
no test coverage detected