Searched refs:vertexInputAttributes (Results 1 – 1 of 1) sorted by relevance
1165 std::vector<VertexInputDeclaration::VertexInputAttributeDescription>& vertexInputAttributes) in reflectVertexInputs() argument1199 vertexInputAttributes.push_back(info.description); in reflectVertexInputs()1250 std::vector<VertexInputDeclaration::VertexInputAttributeDescription> vertexInputAttributes; in reflectSpvBinary() local1251 reflectVertexInputs(compiler, resources, shaderStateFlags, vertexInputAttributes); in reflectSpvBinary()1330 const auto size = static_cast<uint16_t>(vertexInputAttributes.size()); in reflectSpvBinary()1332 for (const auto& input : vertexInputAttributes) { in reflectSpvBinary()