Kodi Development  20.0
for Binary and Script based Add-Ons
CShaderabstract

CShader - base class. More...

Detailed Description

CShader - base class.

Inherited by CPixelShader, and CVertexShader.

Public Member Functions

virtual bool Compile (const std::string &extraBegin="", const std::string &extraEnd="")=0
 
virtual void Free ()=0
 
virtual GLuint Handle ()=0
 
bool LoadSource (const std::string &file)
 
bool OK () const
 

Protected Attributes

bool m_compiled = false
 
std::string m_lastLog
 
std::string m_source
 

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