| 879 | // Destroy object |
| 880 | } |
| 881 | static VKAPI_ATTR void VKAPI_CALL GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { |
| 882 | pGranularity->width = 1; |
| 883 | pGranularity->height = 1; |
| 884 | } |
| 885 | static VKAPI_ATTR void VKAPI_CALL CmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, |
| 886 | const VkViewport* pViewports) { |
| 887 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected