summaryrefslogtreecommitdiff
path: root/examples/triangle
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-09 10:55:13 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-09 10:55:13 +1000
commit5e0f5662ae65d268db1bf1bc53c773ef9cba33ea (patch)
tree4a3a5b6b7cbb608f1de920476c67b549e064750a /examples/triangle
parent6f94d87d74524b8726cf6f4b9b3a7f64562191e9 (diff)
frames in flight. recreate swapchain
still has a few validation errors
Diffstat (limited to 'examples/triangle')
-rw-r--r--examples/triangle/ex_triangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triangle/ex_triangle.c b/examples/triangle/ex_triangle.c
index 4aa9e96..1f7ef5e 100644
--- a/examples/triangle/ex_triangle.c
+++ b/examples/triangle/ex_triangle.c
@@ -76,7 +76,7 @@ int main() {
// glfwSwapBuffers(core->renderer.window);
}
- gpu_backend_shutdown();
+ renderer_shutdown(&core->renderer);
return 0;
}