Skip to content
Snippets Groups Projects
Commit a571a299 authored by Lava Block's avatar Lava Block
Browse files

fix build

parent 1eea5321
Branches
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ int main(int argc, char* argv[]) {
return true;
};
app.on_process = [&](VkCommandBuffer cmd_buf, index frame) {
app.on_process = [&](VkCommandBuffer cmd_buf, lava::index frame) {
scoped_label label(cmd_buf, "on_process");
// start custom renderpass, run on_process() for each pipeline added to the renderpass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment