aboutsummaryrefslogtreecommitdiff
path: root/src/vkscript/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vkscript/parser.cc')
-rw-r--r--src/vkscript/parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vkscript/parser.cc b/src/vkscript/parser.cc
index d8cecb6..aae55cc 100644
--- a/src/vkscript/parser.cc
+++ b/src/vkscript/parser.cc
@@ -444,7 +444,7 @@ Result Parser::ProcessVertexDataBlock(const SectionParser::Section& section) {
script_->AddBuffer(std::move(buffer));
- pipeline->AddVertexBuffer(buf, headers[i].location);
+ pipeline->AddVertexBuffer(buf, headers[i].location, InputRate::kVertex);
}
return {};