Home
last modified time | relevance | path

Searched defs:SetVertexAttributes (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_ShaderProgram.cxx180 void Graphic3d_ShaderProgram::SetVertexAttributes (const Graphic3d_ShaderAttributeList& theAttribut… in SetVertexAttributes() function in Graphic3d_ShaderProgram
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dgl14device.cpp1305 void SetVertexAttributes(const Vertex* bufferBase, const std::vector<int>& textureRemapping) in SetVertexAttributes() function
1322 void SetVertexAttributes(const VertexTex2* bufferBase, const std::vector<int>& textureRemapping) in SetVertexAttributes() function
1340 void SetVertexAttributes(const VertexCol* bufferBase, const std::vector<int>& textureRemapping) in SetVertexAttributes() function
H A Dgl21device.cpp1132 void SetVertexAttributes(const Vertex* bufferBase) in SetVertexAttributes() function
1149 void SetVertexAttributes(const VertexTex2* bufferBase) in SetVertexAttributes() function
1167 void SetVertexAttributes(const VertexCol* bufferBase) in SetVertexAttributes() function
H A Dgl33device.cpp1333 template <> void SetVertexAttributes<Vertex>() in SetVertexAttributes() function
1356 template <> void SetVertexAttributes<VertexTex2>() in SetVertexAttributes() function
1379 template <> void SetVertexAttributes<VertexCol>() in SetVertexAttributes() function