blob: 1e5ec5c2efbaad7eaa60068ac0dd3c9933e80853 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdClearDepthStencilImage,vkCmdClearDepthStencilImage]]
[source,c++]
----
void vkCmdClearDepthStencilImage(
VkCommandBuffer commandBuffer,
VkImage image,
VkImageLayout imageLayout,
const VkClearDepthStencilValue* pDepthStencil,
uint32_t rangeCount,
const VkImageSubresourceRange* pRanges);
----