Function vulkano::command_buffer::validity::check_debug_marker_color[][src]

pub fn check_debug_marker_color(color: [f32; 4]) -> Result<(), CheckColorError>

Checks whether the specified color is valid as debug marker color.

The color parameter must contain RGBA values in order, in the range 0.0 to 1.0.