#include <KeosOGLShader.h>
Inheritance diagram for Keos::COGLShader:

Public Member Functions | |
| COGLShader (CGprogram Program, TShaderType Type) | |
| Construct the shader from a program Cg. | |
| CGprogram | GetProgram () const |
| Get the Cg Program. | |
Definition at line 33 of file KeosOGLShader.h.
| Keos::COGLShader::COGLShader | ( | CGprogram | Program, | |
| TShaderType | Type | |||
| ) |
Construct the shader from a program Cg.
| Program | Cg program. | |
| Type | Shader type. |
Definition at line 32 of file KeosOGLShader.cpp.
References Keos::IShaderBase::m_Program.
| CGprogram Keos::COGLShader::GetProgram | ( | ) | const |
Get the Cg Program.
Definition at line 51 of file KeosOGLShader.cpp.
References Keos::IShaderBase::m_Program.
Referenced by Keos::COGLRenderSystem::SetPixelShader(), and Keos::COGLRenderSystem::SetVertexShader().
1.5.1-p1