| 1396 | // Not a CREATE or DESTROY function |
| 1397 | } |
| 1398 | static VKAPI_ATTR void VKAPI_CALL CmdBindIndexBuffer2(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 1399 | VkDeviceSize size, VkIndexType indexType) { |
| 1400 | // Not a CREATE or DESTROY function |
| 1401 | } |
| 1402 | static VKAPI_ATTR void VKAPI_CALL GetRenderingAreaGranularity(VkDevice device, const VkRenderingAreaInfo* pRenderingAreaInfo, |
| 1403 | VkExtent2D* pGranularity) { |
| 1404 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected