Louvre v2.14.0-1
C++ library for Wayland compositors
Loading...
Searching...
No Matches
Public Attributes | List of all members
LDMAFormat Struct Reference

Structure representing a DMA format and modifier. More...

#include <LTexture.h>

Public Attributes

UInt32 format
 The DRM format of the DMA plane.
 
UInt64 modifier
 The DRM modifier value specifying the memory layout.
 

Detailed Description

Structure representing a DMA format and modifier.

The LDMAFormat struct contains information about a DMA format and modifier.
It is used to describe the format and memory layout of DMA planes used for texture generation.

Member Data Documentation

◆ format

UInt32 format

The DRM format of the DMA plane.

◆ modifier

UInt64 modifier

The DRM modifier value specifying the memory layout.