KWin
Loading...
Searching...
No Matches
Public Attributes | List of all members
KWin::DmaBufAttributes Struct Reference

#include <graphicsbuffer.h>

Public Attributes

int planeCount = 0
 
int width = 0
 
int height = 0
 
uint32_t format = 0
 
uint64_t modifier = 0
 
std::array< FileDescriptor, 4 > fd
 
std::array< uint32_t, 4 > offset {0, 0, 0, 0}
 
std::array< uint32_t, 4 > pitch {0, 0, 0, 0}
 

Detailed Description

Definition at line 19 of file graphicsbuffer.h.

Member Data Documentation

◆ fd

std::array<FileDescriptor, 4> KWin::DmaBufAttributes::fd

Definition at line 27 of file graphicsbuffer.h.

◆ format

uint32_t KWin::DmaBufAttributes::format = 0

Definition at line 24 of file graphicsbuffer.h.

◆ height

int KWin::DmaBufAttributes::height = 0

Definition at line 23 of file graphicsbuffer.h.

◆ modifier

uint64_t KWin::DmaBufAttributes::modifier = 0

Definition at line 25 of file graphicsbuffer.h.

◆ offset

std::array<uint32_t, 4> KWin::DmaBufAttributes::offset {0, 0, 0, 0}

Definition at line 28 of file graphicsbuffer.h.

◆ pitch

std::array<uint32_t, 4> KWin::DmaBufAttributes::pitch {0, 0, 0, 0}

Definition at line 29 of file graphicsbuffer.h.

◆ planeCount

int KWin::DmaBufAttributes::planeCount = 0

Definition at line 21 of file graphicsbuffer.h.

◆ width

int KWin::DmaBufAttributes::width = 0

Definition at line 22 of file graphicsbuffer.h.


The documentation for this struct was generated from the following file: