Struct ash::vk::Result [−][src]
#[repr(transparent)]pub struct Result(_);
Expand description
Implementations
An event is unsignaled
A return array was too small for the result
A host memory allocation has failed
A device memory allocation has failed
Initialization of a object has failed
The logical device has been lost. See <
Mapping of a memory object has failed
Layer specified does not exist
Extension specified does not exist
Requested feature is not available on this device
Unable to find a Vulkan driver
Too many objects of the type have already been created
Requested format is not supported on this device
A requested pool allocation has failed due to fragmentation of the pool’s memory
An unknown error has occurred, due to an implementation or application bug
Generated from ‘VK_KHR_display_swapchain’
Generated from ‘VK_EXT_debug_report’
Generated from ‘VK_KHR_maintenance1’
Generated from ‘VK_KHR_external_memory’
Generated from ‘VK_KHR_ray_tracing’
Generated from ‘VK_EXT_image_drm_format_modifier’
Generated from ‘VK_EXT_descriptor_indexing’
Generated from ‘VK_EXT_global_priority’
Generated from ‘VK_EXT_buffer_device_address’
Generated from ‘VK_EXT_full_screen_exclusive’
Generated from ‘VK_KHR_buffer_device_address’
Generated from ‘VK_KHR_deferred_host_operations’
Generated from ‘VK_KHR_deferred_host_operations’
Generated from ‘VK_KHR_deferred_host_operations’
Generated from ‘VK_KHR_deferred_host_operations’
Generated from ‘VK_EXT_pipeline_creation_cache_control’
Generated from ‘VK_VERSION_1_2’
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Result
impl UnwindSafe for Result
Blanket Implementations
Mutably borrows from an owned value. Read more