Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
A wrapper for gbm_bo to allow OOP and RAII. More...
#include <GBMUtils.h>
Public Member Functions | |
CGBMSurfaceBuffer (const CGBMSurfaceBuffer &)=delete | |
CGBMSurfaceBuffer & | operator= (const CGBMSurfaceBuffer &)=delete |
CGBMSurfaceBuffer (gbm_surface *surface) | |
~CGBMSurfaceBuffer () | |
gbm_bo * | Get () const |
Get the underlying gbm_bo. | |
A wrapper for gbm_bo to allow OOP and RAII.
|
delete |
|
explicit |
CGBMUtils::CGBMDevice::CGBMSurface::CGBMSurfaceBuffer::~CGBMSurfaceBuffer | ( | ) |
|
inline |
Get the underlying gbm_bo.
|
delete |