Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::GAME::IHwFramebufferCallback Class Referenceabstract

#include <GameClientStreamHwFramebuffer.h>

Inheritance diagram for KODI::GAME::IHwFramebufferCallback:
KODI::GAME::CGameClient

Public Member Functions

virtual ~IHwFramebufferCallback ()=default
 
virtual void HardwareContextReset ()=0
 Invalidates the current HW context and reinitializes GPU resources.
 

Constructor & Destructor Documentation

◆ ~IHwFramebufferCallback()

virtual KODI::GAME::IHwFramebufferCallback::~IHwFramebufferCallback ( )
virtualdefault

Member Function Documentation

◆ HardwareContextReset()

virtual void KODI::GAME::IHwFramebufferCallback::HardwareContextReset ( )
pure virtual

Invalidates the current HW context and reinitializes GPU resources.

Any GL state is lost, and must not be deinitialized explicitly.

Implemented in KODI::GAME::CGameClient.


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