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