Module external_memory

Source
Expand description

Structures related to the import external memory functionality.

Structs§

DrmFormatImageProperties
Description of drm format properties used to create an image using drm format modifier.
ExternalMemoryProperties
External memory properties.
ExternalMemoryTypeFlags
External memory type flags.
Fd
Unix file descriptor.
PlaneLayout
Footprint of a plane layout in memory.
Ptr
Pointer to a host allocated memory.

Enums§

DrmModifier
ExternalBufferMemory
Representation of an external memory for buffer creation.
ExternalImageMemory
Representation of an external memory for image creation.
ExternalImageMemoryType
Representation of an external memory type for images.
ExternalImagePropertiesError
Error while enumerating external image properties. Returned from PhysicalDevice::external_image_properties.
ExternalMemoryExportError
Error while exporting a memory. Returned from Device::export_memory.
ExternalMemoryType
External memory types.
ExternalResourceError
Error while creating and allocating or importing an external buffer.
PlatformMemory
Representation of an os specific memory.
PlatformMemoryType
Representation of os specific memory types.

Type Aliases§

ExternalBufferMemoryType
Representation of an external memory type for buffers.