Hardware rendering operations
Hardware rendering operation parts in interface:
Copy this to your project and extend with your parts or leave functions complete away where not used or supported.
Header parts:
Source parts:
Modules | |
Group header include | |
Group source include | |
|
inlinevirtual |
Invalidates the current HW context and reinitializes GPU resources.
Any GL state is lost, and must not be deinitialized explicitly.
|
inlinevirtual |
Called before the context is destroyed.
Resources can be deinitialized at this step.
|
inline |
Callback to Kodi Function
Get a symbol from the hardware context
[in] | sym | The symbol's name |