MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdClearDepthStencilImage

Function CmdClearDepthStencilImage

icd/generated/function_definitions.h:947–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945 // Not a CREATE or DESTROY function
946}
947static 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}
952static VKAPI_ATTR void VKAPI_CALL CmdClearAttachments(VkCommandBuffer commandBuffer, uint32_t attachmentCount,
953 const VkClearAttachment* pAttachments, uint32_t rectCount,
954 const VkClearRect* pRects) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected