| 945 | // Not a CREATE or DESTROY function |
| 946 | } |
| 947 | static VKAPI_ATTR void VKAPI_CALL CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, |
| 948 | const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, |
| 949 | const VkImageSubresourceRange* pRanges) { |
| 950 | // Not a CREATE or DESTROY function |
| 951 | } |
| 952 | static VKAPI_ATTR void VKAPI_CALL CmdClearAttachments(VkCommandBuffer commandBuffer, uint32_t attachmentCount, |
| 953 | const VkClearAttachment* pAttachments, uint32_t rectCount, |
| 954 | const VkClearRect* pRects) { |
nothing calls this directly
no outgoing calls
no test coverage detected