Home
last modified time | relevance | path

Searched refs:GetVertexAttributes (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/ShaderProgram/
Ddemo_ShaderManager.cpp134 u32 ShaderManager::GetVertexAttributes(const ShaderType shaderType) in GetVertexAttributes() function in demo::ShaderManager
137 return shaderProgramPtr->GetVertexAttributes(); in GetVertexAttributes()
Ddemo_ProgramObject.cpp60 u32 ProgramObject::GetVertexAttributes(void) in GetVertexAttributes() function in demo::ProgramObject
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/ShaderProgram/
Ddemo_ShaderManager.h112 u32 GetVertexAttributes(const ShaderType shaderType);
Ddemo_ProgramObject.h103 virtual u32 GetVertexAttributes(void);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_GraphicsDrawing.cpp104 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()
Ddemo_RenderSystemDrawing.cpp76 …u32 vertexAttributes = m_GraphicsDrawing.m_ShaderManager.GetVertexAttributes(demo::DECAL_TEXTURE_S… in InitializeTexturedTriangles()