diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-07 10:51:37 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-07 10:51:37 +1000 |
commit | 945f84d0a1201b60dc470331d38ff6c1853a1149 (patch) | |
tree | 7ad56990df839a8261d4c57123fe495ce9940037 /examples/triangle/ex_triangle.c | |
parent | 1c27e3c4d42b79e38feb56974f66a2caf3f5a53d (diff) |
framebuffers, and create commandbuffer
Diffstat (limited to 'examples/triangle/ex_triangle.c')
-rw-r--r-- | examples/triangle/ex_triangle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/triangle/ex_triangle.c b/examples/triangle/ex_triangle.c index bdb2d70..1b6fc96 100644 --- a/examples/triangle/ex_triangle.c +++ b/examples/triangle/ex_triangle.c @@ -59,5 +59,7 @@ int main() { glfwPollEvents(); } + gpu_backend_shutdown(); + return 0; } |