Make sure ZNEAR_CLIPPING_ENABLED is defined in software renderer
This commit is contained in:
parent
df9a12bbd6
commit
a4b778063a
|
@ -10,6 +10,7 @@
|
||||||
#include "software/parameter_equation.h"
|
#include "software/parameter_equation.h"
|
||||||
|
|
||||||
#define CLIP_DEBUG 0
|
#define CLIP_DEBUG 0
|
||||||
|
#define ZNEAR_CLIPPING_ENABLED 1
|
||||||
|
|
||||||
static size_t AVAILABLE_VRAM = 16 * 1024 * 1024;
|
static size_t AVAILABLE_VRAM = 16 * 1024 * 1024;
|
||||||
static Matrix4x4 MATRIX;
|
static Matrix4x4 MATRIX;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user