World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
#include <hwcontext_drm.h>
Открытые атрибуты | |
int | object_index |
ptrdiff_t | offset |
ptrdiff_t | pitch |
DRM plane descriptor.
Describes a single plane of a layer, which is contained within a single object.
См. определение в файле hwcontext_drm.h строка 74
int AVDRMPlaneDescriptor::object_index |
Index of the object containing this plane in the objects array of the enclosing frame descriptor.
См. определение в файле hwcontext_drm.h строка 79
ptrdiff_t AVDRMPlaneDescriptor::offset |
Offset within that object of this plane.
См. определение в файле hwcontext_drm.h строка 83
ptrdiff_t AVDRMPlaneDescriptor::pitch |
Pitch (linesize) of this plane.
См. определение в файле hwcontext_drm.h строка 87