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

Function CmdClearColorImage

icd/generated/function_definitions.h:819–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 // Not a CREATE or DESTROY function
818}
819static VKAPI_ATTR void VKAPI_CALL CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout,
820 const VkClearColorValue* pColor, uint32_t rangeCount,
821 const VkImageSubresourceRange* pRanges) {
822 // Not a CREATE or DESTROY function
823}
824static VKAPI_ATTR void VKAPI_CALL CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY,
825 uint32_t groupCountZ) {
826 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected