#include <KeosD3D9Shader.h>
Inheritance diagram for Keos::CD3D9Shader:

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