Searched defs:GpuCommandDecodeError (Results 1 – 1 of 1) sorted by relevance
595 pub enum GpuCommandDecodeError { enum607 impl From<DescriptorError> for GpuCommandDecodeError { implementation608 fn from(e: DescriptorError) -> GpuCommandDecodeError { in from()613 impl From<io::Error> for GpuCommandDecodeError { implementation614 fn from(e: io::Error) -> GpuCommandDecodeError { in from()655 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode() argument