#include <GLShader.h>
◆ CGLShader() [1/2]
CGLShader::CGLShader |
( |
const char * | shader, |
|
|
const std::string & | prefix ) |
◆ CGLShader() [2/2]
CGLShader::CGLShader |
( |
const char * | vshader, |
|
|
const char * | fshader, |
|
|
const 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 |
◆ GetDepthLoc()
GLint CGLShader::GetDepthLoc |
( |
| ) |
|
|
inline |
◆ GetMatrixLoc()
GLint CGLShader::GetMatrixLoc |
( |
| ) |
|
|
inline |
◆ GetModelLoc()
GLint CGLShader::GetModelLoc |
( |
| ) |
|
|
inline |
◆ GetPosLoc()
GLint CGLShader::GetPosLoc |
( |
| ) |
|
|
inline |
◆ GetShaderClipLoc()
GLint CGLShader::GetShaderClipLoc |
( |
| ) |
|
|
inline |
◆ GetShaderCoordStepLoc()
GLint CGLShader::GetShaderCoordStepLoc |
( |
| ) |
|
|
inline |
◆ GetUniColLoc()
GLint CGLShader::GetUniColLoc |
( |
| ) |
|
|
inline |
◆ HardwareClipIsPossible()
bool CGLShader::HardwareClipIsPossible |
( |
| ) |
|
|
inline |
◆ OnCompiledAndLinked()
void CGLShader::OnCompiledAndLinked |
( |
| ) |
|
|
overridevirtual |
◆ OnEnabled()
bool CGLShader::OnEnabled |
( |
| ) |
|
|
overridevirtual |
◆ 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_hCoordStep
GLint CGLShader::m_hCoordStep {0} |
|
protected |
◆ m_hCord0
GLint CGLShader::m_hCord0 = 0 |
|
protected |
◆ m_hCord1
GLint CGLShader::m_hCord1 = 0 |
|
protected |
◆ m_hDepth
GLint CGLShader::m_hDepth = 0 |
|
protected |
◆ m_hMatrix
GLint CGLShader::m_hMatrix {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_hShaderClip
GLint CGLShader::m_hShaderClip {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: