#include <TexturedPass.h>
Public Member Functions | |
| TexturedPass (xl7::direct3d::rendering::Effect *effect, const cl7::string_type &render_target_identifier=STANDARD, const cl7::string_type &depth_stencil_identifier=STANDARD) | |
| ~TexturedPass (void) | |
| const shader::TexturedCombo * | GetTexturedCombo () const |
| shader::TexturedCombo * | GetTexturedCombo () |
| gl7::repository::pass::TexturedPass::TexturedPass | ( | 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::TexturedPass::~TexturedPass | ( | void | ) |
Destructor.
| const shader::TexturedCombo* gl7::repository::pass::TexturedPass::GetTexturedCombo | ( | ) | const [inline] |
Returns the textured shader combo.
| shader::TexturedCombo* gl7::repository::pass::TexturedPass::GetTexturedCombo | ( | ) | [inline] |
Returns the textured shader combo.
1.7.1