Searched refs:GetVertexAttributes (Results 1 – 6 of 6) sorted by relevance
134 u32 ShaderManager::GetVertexAttributes(const ShaderType shaderType) in GetVertexAttributes() function in demo::ShaderManager137 return shaderProgramPtr->GetVertexAttributes(); in GetVertexAttributes()
60 u32 ProgramObject::GetVertexAttributes(void) in GetVertexAttributes() function in demo::ProgramObject
112 u32 GetVertexAttributes(const ShaderType shaderType);
103 virtual u32 GetVertexAttributes(void);
104 u32 vertexAttributes = m_ShaderManager.GetVertexAttributes(demo::COLOR_FILL_SHADER); in InitializeTriangles()128 u32 vertexAttributes = m_ShaderManager.GetVertexAttributes(demo::COLOR_FILL_SHADER); in InitializeSquares()153 u32 vertexAttributes = m_ShaderManager.GetVertexAttributes(demo::FONT_SHADER); in InitializeTexts()
76 …u32 vertexAttributes = m_GraphicsDrawing.m_ShaderManager.GetVertexAttributes(demo::DECAL_TEXTURE_S… in InitializeTexturedTriangles()