anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxGraphicsBuffer Struct Reference

Graphics buffer. More...

#include <types.h>

+ Collaboration diagram for AnboxGraphicsBuffer:

Public Attributes

AnboxNativeHandle handle
 
uint32_t width
 
uint32_t height
 
uint32_t stride
 
uint32_t format
 

Detailed Description

Graphics buffer.

This version of the graphics buffer is deprecated and should no longer be used. Please use AnboxGraphicsBuffer2 instead.

Definition at line 273 of file types.h.

Member Data Documentation

◆ format

uint32_t AnboxGraphicsBuffer::format

Pixel format of the buffer. See AnboxGraphicsBufferPixelFormat

Definition at line 283 of file types.h.

◆ handle

AnboxNativeHandle AnboxGraphicsBuffer::handle

Native handle pointing to the actual buffer. Passed through from Androids gralloc

Definition at line 275 of file types.h.

◆ height

uint32_t AnboxGraphicsBuffer::height

Height of the buffer

Definition at line 279 of file types.h.

◆ stride

uint32_t AnboxGraphicsBuffer::stride

Stride of the buffer

Definition at line 281 of file types.h.

◆ width

uint32_t AnboxGraphicsBuffer::width

Width of the buffer

Definition at line 277 of file types.h.


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