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