summaryrefslogtreecommitdiff
path: root/examples/cube.c
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-10-27 00:56:55 +1100
committerOmniscient <omniscient.oce@gmail.com>2024-10-27 00:56:55 +1100
commite597fbb916848df1f6fbd4da04c1ab6f89a25b45 (patch)
tree4f7205d14cd78f2a489ab3098c8211549d638448 /examples/cube.c
parent3946ae807a2de00b3c810f986f60ba9cc32bc1a7 (diff)
start on vulkan backend
Diffstat (limited to 'examples/cube.c')
-rw-r--r--examples/cube.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cube.c b/examples/cube.c
index f107e75..5dcd504 100644
--- a/examples/cube.c
+++ b/examples/cube.c
@@ -32,7 +32,8 @@ void draw() {
// if (!printed) {
// printf("\nTo Center:\n");
// for (int i = 0; i < 16; i += 4) {
- // printf("%f %f %f %f\n", to_center.data[i], to_center.data[i + 1], to_center.data[i + 2], to_center.data[i + 3]);
+ // printf("%f %f %f %f\n", to_center.data[i], to_center.data[i + 1], to_center.data[i + 2], to_center.data[i +
+ // 3]);
// }
// printed = true;
// }