Structures
VkXYColorEXT
Specify X,Y chromaticity coordinates
The VkXYColorEXT structure is defined as:
typedef struct VkXYColorEXT {
float x;
float y;
} VkXYColorEXT;
xis the x chromaticity coordinate.yis the y chromaticity coordinate.
Chromaticity coordinates are as specified in CIE 15:2004 Calculation of chromaticity coordinates (Section 7.3) and are limited to between 0 and 1
for real colors.