#include <TexturedPhongPass.h>
Public Member Functions | |
| TexturedPhongPass (xl7::direct3d::rendering::Effect *effect, const cl7::string_type &render_target_identifier=STANDARD, const cl7::string_type &depth_stencil_identifier=STANDARD) | |
| ~TexturedPhongPass (void) | |
| const shader::TexturedPhongCombo * | GetTexturedPhongCombo () const |
| shader::TexturedPhongCombo * | GetTexturedPhongCombo () |
| gl7::repository::pass::TexturedPhongPass::TexturedPhongPass | ( | xl7::direct3d::rendering::Effect * | effect, | |
| const cl7::string_type & | render_target_identifier = STANDARD, |
|||
| const cl7::string_type & | depth_stencil_identifier = STANDARD | |||
| ) |
Explicit constructor.
| gl7::repository::pass::TexturedPhongPass::~TexturedPhongPass | ( | void | ) |
Destructor.
| const shader::TexturedPhongCombo* gl7::repository::pass::TexturedPhongPass::GetTexturedPhongCombo | ( | ) | const [inline] |
Returns the textured-phong shader combo.
| shader::TexturedPhongCombo* gl7::repository::pass::TexturedPhongPass::GetTexturedPhongCombo | ( | ) | [inline] |
Returns the textured-phong shader combo.
1.7.1