Realized why so much vram was being used.
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
#include "worldpos.h"
|
#include "worldpos.h"
|
||||||
#include "display/mesh/quad.h"
|
#include "display/mesh/quad.h"
|
||||||
|
|
||||||
#define CHUNK_VERTEX_COUNT_MAX (QUAD_VERTEX_COUNT * CHUNK_TILE_COUNT * 2)
|
#define CHUNK_VERTEX_COUNT_MAX ( \
|
||||||
|
QUAD_VERTEX_COUNT * CHUNK_WIDTH * CHUNK_HEIGHT * 4 \
|
||||||
|
)
|
||||||
#define CHUNK_MESH_COUNT_MAX 14
|
#define CHUNK_MESH_COUNT_MAX 14
|
||||||
|
|
||||||
typedef struct chunk_s {
|
typedef struct chunk_s {
|
||||||
|
|||||||
Reference in New Issue
Block a user