Home
last modified time | relevance | path

Searched refs:GetMaxBones (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLShaderVariation.cpp135 shaderCode += "#define MAXBONES " + String(Graphics::GetMaxBones()) + "\n"; in Create()
H A DOGLGraphics.cpp2154 unsigned Graphics::GetMaxBones() in GetMaxBones() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DGraphics.pkg83 static unsigned GetMaxBones();
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9ShaderVariation.cpp264 defines.Push("MAXBONES=" + String(Graphics::GetMaxBones())); in Compile()
H A DD3D9Graphics.cpp2287 unsigned Graphics::GetMaxBones() in GetMaxBones() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11ShaderVariation.cpp267 defines.Push("MAXBONES=" + String(Graphics::GetMaxBones())); in Compile()
H A DD3D11Graphics.cpp2060 unsigned Graphics::GetMaxBones() in GetMaxBones() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h561 static unsigned GetMaxBones();
H A DDecalSet.cpp932 if (bones_.Size() >= Graphics::GetMaxBones()) in GetBones()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp529 …engine->RegisterGlobalFunction("uint GetMaxBones()", asFUNCTION(Graphics::GetMaxBones), asCALL_CDE… in RegisterTextures()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DReference.dox1478 …nd increased to 128 on Direct3D 11 & OpenGL 3. See also \ref Graphics::GetMaxBones "GetMaxBones()".
H A DAngelScriptAPI.h15985 uint GetMaxBones();
H A DLuaScriptAPI.dox2636 - unsigned GetMaxBones()
H A DScriptAPI.dox16564 - uint GetMaxBones()