Home
last modified time | relevance | path

Searched refs:RSC_GLSL_SSO_REDECLARE (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLShader.cpp134 …if (rsc->hasCapability(RSC_GLSL_SSO_REDECLARE) && (mSource.find("vec4 gl_Position") == String::npo… in submitSource()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilities.cpp306 + StringConverter::toString(hasCapability(RSC_GLSL_SSO_REDECLARE), true)); in log()
H A DOgreRenderSystemCapabilitiesSerializer.cpp415 addCapabilitiesMapping("glsl_sso_redeclare", RSC_GLSL_SSO_REDECLARE); in initialiaseDispatchTables()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgram.cpp160 if (caps->hasCapability(RSC_GLSL_SSO_REDECLARE) && mType == GPT_VERTEX_PROGRAM) in compile()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h213 RSC_GLSL_SSO_REDECLARE = OGRE_CAPS_VALUE(CAPS_CATEGORY_GL, 3), enumerator
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderGLSLProgramWriter.cpp546 …Root::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_GLSL_SSO_REDECLARE) && in writeOutParameters()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp421 rsc->setCapability(RSC_GLSL_SSO_REDECLARE); in createRenderSystemCapabilities()
426 rsc->unsetCapability(RSC_GLSL_SSO_REDECLARE); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp369 rsc->setCapability(RSC_GLSL_SSO_REDECLARE); in createRenderSystemCapabilities()
374 rsc->unsetCapability(RSC_GLSL_SSO_REDECLARE); in createRenderSystemCapabilities()