Home
last modified time | relevance | path

Searched refs:setTessellationDomainProgramConstantIntCount (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h822 void setTessellationDomainProgramConstantIntCount(ushort c) in setTessellationDomainProgramConstantIntCount() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp345 …ogram_constant_int_count", &RenderSystemCapabilities::setTessellationDomainProgramConstantIntCount in initialiaseDispatchTables()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp429 rsc->setTessellationDomainProgramConstantIntCount(constantCount); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp1213 rsc->setTessellationDomainProgramConstantIntCount(16); in convertDomainShaderCaps()