Expand description
Structures related to the import external memory functionality.
Structs§
- DrmFormat
Image Properties - Description of drm format properties used to create an image using drm format modifier.
- External
Memory Properties - External memory properties.
- External
Memory Type Flags - External memory type flags.
- Fd
- Unix file descriptor.
- Plane
Layout - Footprint of a plane layout in memory.
- Ptr
- Pointer to a host allocated memory.
Enums§
- DrmModifier
- External
Buffer Memory - Representation of an external memory for buffer creation.
- External
Image Memory - Representation of an external memory for image creation.
- External
Image Memory Type - Representation of an external memory type for images.
- External
Image Properties Error - Error while enumerating external image properties. Returned from PhysicalDevice::external_image_properties.
- External
Memory Export Error - Error while exporting a memory. Returned from Device::export_memory.
- External
Memory Type - External memory types.
- External
Resource Error - Error while creating and allocating or importing an external buffer.
- Platform
Memory - Representation of an os specific memory.
- Platform
Memory Type - Representation of os specific memory types.
Type Aliases§
- External
Buffer Memory Type - Representation of an external memory type for buffers.