Home
last modified time | relevance | path

Searched refs:FunctionStageRef (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/include/
H A DOgreShaderFunction.h45 class _OgreRTSSExport FunctionStageRef
79 FunctionStageRef(size_t stage, Function* parent) : mStage(stage), mParent(parent) {} in FunctionStageRef() function
233 FunctionStageRef getStage(size_t s) in getStage()
235 return FunctionStageRef(s, this); in getStage()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/ShaderSystem/include/
H A DShaderExReflectionMap.h139 bool addVSInvocations (const FunctionStageRef& stage);
145 bool addPSInvocations (const FunctionStageRef& stage);
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderFunction.cpp146 void FunctionStageRef::callFunction(const char* name, const InOut& inout) const in callFunction()
151 void FunctionStageRef::callFunction(const char* name, const std::vector<Operand>& params) const in callFunction()
158 void FunctionStageRef::sampleTexture(const std::vector<Operand>& params) const in sampleTexture()
165 void FunctionStageRef::assign(const std::vector<Operand>& params) const in assign()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/ShaderSystem/src/
H A DShaderExReflectionMap.cpp225 bool ShaderExReflectionMap::addVSInvocations( const FunctionStageRef& stage ) in addVSInvocations()
250 bool ShaderExReflectionMap::addPSInvocations( const FunctionStageRef& stage ) in addPSInvocations()
/dports/graphics/ogre3d/ogre-1.11.6/Docs/src/
H A Drtss.md320 …dd function invocations, you first need to obtain a Ogre::RTShader::FunctionStageRef for the respe…