Module vulkan_rs::Result [] [src]

Constants

E_ERROR_DEVICE_LOST

The logical device has been lost. See <>

E_ERROR_EXTENSION_NOT_PRESENT

Extension specified does not exist

E_ERROR_FEATURE_NOT_PRESENT

Requested feature is not available on this device

E_ERROR_FORMAT_NOT_SUPPORTED

Requested format is not supported on this device

E_ERROR_FRAGMENTED_POOL

A requested pool allocation has failed due to fragmentation of the pool's memory

E_ERROR_INCOMPATIBLE_DRIVER

Unable to find a Vulkan driver

E_ERROR_INITIALIZATION_FAILED

Initialization of a object has failed

E_ERROR_LAYER_NOT_PRESENT

Layer specified does not exist

E_ERROR_MEMORY_MAP_FAILED

Mapping of a memory object has failed

E_ERROR_OUT_OF_DEVICE_MEMORY

A device memory allocation has failed

E_ERROR_OUT_OF_HOST_MEMORY

A host memory allocation has failed

E_ERROR_TOO_MANY_OBJECTS

Too many objects of the type have already been created

E_EVENT_RESET

An event is unsignaled

E_EVENT_SET

An event is signaled

E_INCOMPLETE

A return array was too small for the result

E_NOT_READY

A fence or query has not yet completed

E_SUCCESS

Command completed successfully

E_TIMEOUT

A wait operation has not completed in the specified time

Type Definitions

Enum