Type Definition vulkanic::Result[][src]

type Result<T> = Result<T, Result>;

Result type for most Vulkan API calls, if they support them. Currently non-error return values are handled as Err(..) (also see Missing parts on top).