Function VkDeviceCmds.CmdClearColorImage
Commands for VK_VERSION_1_0
void CmdClearColorImage
(
VkCommandBuffer_T* commandBuffer,
VkImage_T* image,
VkImageLayout imageLayout,
const(VkClearColorValue)* pColor,
uint rangeCount,
const(VkImageSubresourceRange)* pRanges
);