Searched defs:ClearColorImage (Results 1 – 2 of 2) sorted by relevance
292 struct ClearColorImage : public CommandBuffer::Command struct294 …ClearColorImage(VkImage image, const VkClearColorValue& color, const VkImageSubresourceRange& rang… in ClearColorImage() function299 void play(CommandBuffer::ExecutionState& executionState) in play()305 VkImage image;306 const VkClearColorValue color;307 const VkImageSubresourceRange range;
1682 void VkCommandBufferObj::ClearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearCol… in ClearColorImage() function in VkCommandBufferObj