xbmc
Public Member Functions | Protected Attributes | List of all members
Shaders::CShader Class Referenceabstract
Inheritance diagram for Shaders::CShader:
Inheritance graph
[legend]

Public Member Functions

virtual bool Compile ()=0
 
virtual void Free ()=0
 
virtual GLuint Handle ()=0
 
virtual void SetSource (const std::string &src)
 
virtual bool LoadSource (const std::string &filename, const std::string &prefix="")
 
virtual bool AppendSource (const std::string &filename)
 
virtual bool InsertSource (const std::string &filename, const std::string &loc)
 
bool OK () const
 
std::string GetName () const
 
std::string GetSourceWithLineNumbers () const
 

Protected Attributes

std::string m_source
 
std::string m_lastLog
 
std::vector< std::string > m_attr
 
bool m_compiled = false
 

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