Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkClearColorValue

2153 typedef union VkClearColorValue {
2157 } VkClearColorValue;
2165 VkClearColorValue color;
2372 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3068 const VkClearColorValue* pColor,