Home
last modified time | relevance | path

Searched defs:CheckColorError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/validity/
Ddebug_marker.rs6 pub fn check_debug_marker_color(color: [f32; 4]) -> Result<(), CheckColorError> { in check_debug_marker_color() argument
17 pub struct CheckColorError; struct
19 impl error::Error for CheckColorError {} implementation
21 impl fmt::Display for CheckColorError { implementation