![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Class: kodi::gui::gl::CShaderProgram child functions
Functions | |
virtual void | kodi::gui::gl::CShaderProgram::OnCompiledAndLinked () |
Mandatory child function to set the necessary CPU to GPU data. More... | |
virtual bool | kodi::gui::gl::CShaderProgram::OnEnabled () |
Optional function to exchange data between CPU and GPU while activating the shader. More... | |
virtual void | kodi::gui::gl::CShaderProgram::OnDisabled () |
Optional child function that may have to be performed when switching off the shader. More... | |
Class: kodi::gui::gl::CShaderProgram child functions
Functions that are added by parent in the child
|
inlinevirtual |
Mandatory child function to set the necessary CPU to GPU data.
|
inlinevirtual |
Optional child function that may have to be performed when switching off the shader.
|
inlinevirtual |
Optional function to exchange data between CPU and GPU while activating the shader.