base: fix gpu transpose

This commit is contained in:
luboslenco
2026-04-06 00:13:44 +02:00
parent 0e7591c114
commit c44fb52e6c
7 changed files with 3 additions and 10 deletions
-1
View File
@@ -7,7 +7,6 @@
#include <stdlib.h>
#include <string.h>
bool gpu_transpose_mat = true;
extern int constant_buffer_index;
static gpu_buffer_t *current_vb;
static gpu_buffer_t *current_ib;