GetGeometry() const | gte::LightingEffect | inline |
GetGeometryConstant() const | gte::LightingEffect | inline |
GetGeometryShader() const | gte::VisualEffect | inline |
GetLighting() const | gte::LightingEffect | inline |
GetLightingConstant() const | gte::LightingEffect | inline |
GetMaterial() const | gte::LightingEffect | inline |
GetMaterialConstant() const | gte::LightingEffect | inline |
GetPixelShader() const | gte::VisualEffect | inline |
GetProgram() const | gte::VisualEffect | inline |
GetPVWMatrixConstant() const | gte::LightingEffect | inline |
GetSampler() const | gte::PointLightTextureEffect | inline |
GetShaderSourceLitFunctionGLSL() | gte::LightingEffect | protectedstatic |
GetTexture() const | gte::PointLightTextureEffect | inline |
GetVertexShader() const | gte::VisualEffect | inline |
LightingEffect(std::shared_ptr< ProgramFactory > const &factory, BufferUpdater const &updater, std::string const *vsSource[], std::string const *psSource[], std::shared_ptr< Material > const &material, std::shared_ptr< Lighting > const &lighting, std::shared_ptr< LightCameraGeometry > const &geometry) | gte::LightingEffect | protected |
mBufferUpdater | gte::VisualEffect | protected |
mGeometry | gte::LightingEffect | protected |
mGeometryConstant | gte::LightingEffect | protected |
mLighting | gte::LightingEffect | protected |
mLightingConstant | gte::LightingEffect | protected |
mMaterial | gte::LightingEffect | protected |
mMaterialConstant | gte::LightingEffect | protected |
mProgram | gte::VisualEffect | protected |
mPVWMatrixConstant | gte::LightingEffect | protected |
mSampler | gte::PointLightTextureEffect | private |
msGLSLPSSource | gte::PointLightTextureEffect | privatestatic |
msGLSLVSSource | gte::PointLightTextureEffect | privatestatic |
msHLSLSource | gte::PointLightTextureEffect | privatestatic |
msPSSource | gte::PointLightTextureEffect | privatestatic |
msVSSource | gte::PointLightTextureEffect | privatestatic |
mTexture | gte::PointLightTextureEffect | private |
mTextureArrayUpdater | gte::VisualEffect | protected |
mTextureUpdater | gte::VisualEffect | protected |
PointLightTextureEffect(std::shared_ptr< ProgramFactory > const &factory, BufferUpdater const &updater, std::shared_ptr< Material > const &material, std::shared_ptr< Lighting > const &lighting, std::shared_ptr< LightCameraGeometry > const &geometry, std::shared_ptr< Texture2 > const &texture, SamplerState::Filter filter, SamplerState::Mode mode0, SamplerState::Mode mode1) | gte::PointLightTextureEffect | |
SetGeometry(std::shared_ptr< LightCameraGeometry > const &geometry) | gte::LightingEffect | inline |
SetLighting(std::shared_ptr< Lighting > const &lighting) | gte::LightingEffect | inline |
SetMaterial(std::shared_ptr< Material > const &material) | gte::LightingEffect | inline |
SetPVWMatrixConstant(std::shared_ptr< ConstantBuffer > const &pvwMatrix) | gte::LightingEffect | |
UpdateGeometryConstant() | gte::PointLightTextureEffect | virtual |
UpdateLightingConstant() | gte::PointLightTextureEffect | virtual |
UpdateMaterialConstant() | gte::PointLightTextureEffect | virtual |
VisualEffect(std::shared_ptr< VisualProgram > const &program) | gte::VisualEffect | |
VisualEffect() | gte::VisualEffect | protected |
~VisualEffect() | gte::VisualEffect | virtual |