World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
#include <hwcontext_drm.h>
Открытые атрибуты | |
int | fd |
size_t | size |
uint64_t | format_modifier |
DRM object descriptor.
Describes a single DRM object, addressing it as a PRIME file descriptor.
См. определение в файле hwcontext_drm.h строка 48
int AVDRMObjectDescriptor::fd |
DRM PRIME fd for the object.
См. определение в файле hwcontext_drm.h строка 52
size_t AVDRMObjectDescriptor::size |
Total size of the object.
(This includes any parts not which do not contain image data.)
См. определение в файле hwcontext_drm.h строка 58
uint64_t AVDRMObjectDescriptor::format_modifier |
Format modifier applied to the object (DRM_FORMAT_MOD_*).
If the format modifier is unknown then this should be set to DRM_FORMAT_MOD_INVALID.
См. определение в файле hwcontext_drm.h строка 65