Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkClearColorValue

2162 typedef union VkClearColorValue {
2166 } VkClearColorValue;
2174 VkClearColorValue color;
2381 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3077 const VkClearColorValue* pColor,