1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCmdClearDepthStencilImage,vkCmdClearDepthStencilImage]] 3[source,c++] 4---- 5void vkCmdClearDepthStencilImage( 6 VkCommandBuffer commandBuffer, 7 VkImage image, 8 VkImageLayout imageLayout, 9 const VkClearDepthStencilValue* pDepthStencil, 10 uint32_t rangeCount, 11 const VkImageSubresourceRange* pRanges); 12---- 13