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

Public Member Functions

void Free () override
 
GLuint Handle () override
 
- Public Member Functions inherited from Shaders::CShader
virtual bool Compile ()=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

GLuint m_vertexShader = 0
 
- Protected Attributes inherited from Shaders::CShader
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 file: