From 19f2acc2ec664f7a3640e8f0da65915c213ce34c Mon Sep 17 00:00:00 2001 From: Vicente Ferrari Smith Date: Mon, 16 Feb 2026 21:29:06 +0100 Subject: [PATCH] progress. But we still have to correctly send the vertex data. --- .idea/editor.xml | 82 +++++++++++++- .idea/vcs.xml | 4 +- CMakeLists.txt | 3 +- main.cpp | 2 +- renderer/init.cpp | 47 ++++++-- renderer/init.h | 19 ++-- renderer/renderer.cpp | 222 +++++++++++++++++++------------------- renderer/renderer.h | 74 ++++--------- renderer/swapchain.cpp | 26 ++++- renderer/swapchain.h | 1 + renderer/texture_sheet.h | 2 +- shaders/triangle.frag | 2 +- shaders/triangle.frag.spv | Bin 820 -> 848 bytes shaders/triangle.vert | 12 --- shaders/triangle.vert.spv | Bin 3172 -> 2404 bytes 15 files changed, 294 insertions(+), 202 deletions(-) diff --git a/.idea/editor.xml b/.idea/editor.xml index 33921db..8d0e15e 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -246,22 +246,100 @@