Searched refs:m_vertexAttributeDescription (Results 1 – 2 of 2) sorted by relevance
702 m_vertexAttributeDescription.clear(); in setup()777 m_vertexAttributeDescription.push_back(attributeDescription); in addAttribute()2118 (deUint32)m_vertexAttributeDescription.size(), // deUint32 attributeCount; in render()2119 …&m_vertexAttributeDescription[0], // const VkVertexInputAttributeDescription* pVertexAttrib… in render()
651 std::vector<vk::VkVertexInputAttributeDescription> m_vertexAttributeDescription; member in vkt::sr::ShaderRenderCaseInstance