separation to vec.h, generic vector ops, camera class and its usage for spatial rendering

This commit is contained in:
2024-07-29 15:21:39 +03:00
parent 86d135281e
commit ff077c5d0d
12 changed files with 207 additions and 62 deletions

View File

@ -7,6 +7,7 @@
#include "../context.h"
#include "../util.h"
#include "quad_element_buffer.h"
#include "internal_api.h"
#include <stb_ds.h>