unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCmdClearDepthStencilImage.txt

13 lines
566 B
Plaintext

// 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);
----