From e597fbb916848df1f6fbd4da04c1ab6f89a25b45 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Sun, 27 Oct 2024 00:56:55 +1100 Subject: start on vulkan backend --- examples/cube.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/cube.c') 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; // } -- cgit v1.2.3-70-g09d2