Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkClearColorValue

2097 typedef union VkClearColorValue {
2101 } VkClearColorValue;
2109 VkClearColorValue color;
2316 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3012 const VkClearColorValue* pColor,