base: cleanup

This commit is contained in:
luboslenco
2026-04-05 23:00:38 +02:00
parent 080aaf8a4b
commit cccf7d0d4c
15 changed files with 112 additions and 208 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include <math.h>
#include <stdbool.h>
bool gpu_transpose_mat = false;
bool gpu_transpose_mat = true;
static ID3D12Device *device = NULL;
static ID3D12CommandQueue *queue;
static IDXGISwapChain *window_swapchain;