Chromium Embedded Framework (CEF)  128.4.2+g5c235a2+chromium-128.0.6613.18
CefAcceleratedPaintInfo Class Reference

Class representing accelerated paint info. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefAcceleratedPaintInfo:
cef_accelerated_paint_info_t

Public Member Functions

 CefAcceleratedPaintInfo ()
 
 CefAcceleratedPaintInfo (const cef_accelerated_paint_info_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_accelerated_paint_info_t
cef_accelerated_paint_native_pixmap_plane_t planes [kAcceleratedPaintMaxPlanes]
 Planes of the shared texture, usually file descriptors of dmabufs. More...
 
int plane_count
 Plane count. More...
 
uint64_t modifier
 Modifier could be used with EGL driver. More...
 
cef_color_type_t format
 The pixel format of the texture. More...
 
cef_shared_texture_handle_t shared_texture_io_surface
 Handle for the shared texture IOSurface. More...
 
cef_shared_texture_handle_t shared_texture_handle
 Handle for the shared texture. More...
 

Detailed Description

Class representing accelerated paint info.

Constructor & Destructor Documentation

◆ CefAcceleratedPaintInfo() [1/2]

CefAcceleratedPaintInfo::CefAcceleratedPaintInfo ( )
inline

◆ CefAcceleratedPaintInfo() [2/2]

CefAcceleratedPaintInfo::CefAcceleratedPaintInfo ( const cef_accelerated_paint_info_t r)
inline

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