Make sure ZNEAR_CLIPPING_ENABLED is defined in software renderer

This commit is contained in:
David Reichelt 2023-04-08 20:00:33 +00:00
parent df9a12bbd6
commit a4b778063a

View File

@ -10,6 +10,7 @@
#include "software/parameter_equation.h"
#define CLIP_DEBUG 0
#define ZNEAR_CLIPPING_ENABLED 1
static size_t AVAILABLE_VRAM = 16 * 1024 * 1024;
static Matrix4x4 MATRIX;