#include <GLShader.h>
§ CGLShader() [1/2]
CGLShader::CGLShader |
( |
const char * |
shader, |
|
|
std::string |
prefix |
|
) |
| |
§ CGLShader() [2/2]
CGLShader::CGLShader |
( |
const char * |
vshader, |
|
|
const char * |
fshader, |
|
|
std::string |
prefix |
|
) |
| |
§ Free()
§ GetClipXFactor()
GLfloat CGLShader::GetClipXFactor |
( |
| ) |
|
|
inline |
§ GetClipXOffset()
GLfloat CGLShader::GetClipXOffset |
( |
| ) |
|
|
inline |
§ GetClipYFactor()
GLfloat CGLShader::GetClipYFactor |
( |
| ) |
|
|
inline |
§ GetClipYOffset()
GLfloat CGLShader::GetClipYOffset |
( |
| ) |
|
|
inline |
§ GetColLoc()
GLint CGLShader::GetColLoc |
( |
| ) |
|
|
inline |
§ GetCord0Loc()
GLint CGLShader::GetCord0Loc |
( |
| ) |
|
|
inline |
§ GetCord1Loc()
GLint CGLShader::GetCord1Loc |
( |
| ) |
|
|
inline |
§ GetModelLoc()
GLint CGLShader::GetModelLoc |
( |
| ) |
|
|
inline |
§ GetPosLoc()
GLint CGLShader::GetPosLoc |
( |
| ) |
|
|
inline |
§ GetUniColLoc()
GLint CGLShader::GetUniColLoc |
( |
| ) |
|
|
inline |
§ HardwareClipIsPossible()
bool CGLShader::HardwareClipIsPossible |
( |
| ) |
|
|
inline |
§ OnCompiledAndLinked()
void CGLShader::OnCompiledAndLinked |
( |
| ) |
|
|
virtual |
§ OnEnabled()
bool CGLShader::OnEnabled |
( |
| ) |
|
|
virtual |
§ m_clipPossible
bool CGLShader::m_clipPossible = false |
|
protected |
§ m_clipXFactor
GLfloat CGLShader::m_clipXFactor |
|
protected |
§ m_clipXOffset
GLfloat CGLShader::m_clipXOffset |
|
protected |
§ m_clipYFactor
GLfloat CGLShader::m_clipYFactor |
|
protected |
§ m_clipYOffset
GLfloat CGLShader::m_clipYOffset |
|
protected |
§ m_hCol
GLint CGLShader::m_hCol = 0 |
|
protected |
§ m_hCord0
GLint CGLShader::m_hCord0 = 0 |
|
protected |
§ m_hCord1
GLint CGLShader::m_hCord1 = 0 |
|
protected |
§ m_hModel
GLint CGLShader::m_hModel = 0 |
|
protected |
§ m_hPos
GLint CGLShader::m_hPos = 0 |
|
protected |
§ m_hProj
GLint CGLShader::m_hProj = 0 |
|
protected |
§ m_hTex0
GLint CGLShader::m_hTex0 = 0 |
|
protected |
§ m_hTex1
GLint CGLShader::m_hTex1 = 0 |
|
protected |
§ m_hUniCol
GLint CGLShader::m_hUniCol = 0 |
|
protected |
§ m_model
const GLfloat* CGLShader::m_model = nullptr |
|
protected |
§ m_proj
const GLfloat* CGLShader::m_proj = nullptr |
|
protected |
The documentation for this class was generated from the following files: