mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-18 19:54:36 +02:00
Added lit particle emissive support.
This commit is contained in:
@@ -105,6 +105,7 @@ SURFACES
|
||||
// drawSurf_t are always allocated and freed every frame, they are never cached
|
||||
static const int DSF_VIEW_INSIDE_SHADOW = 1;
|
||||
static const int DSF_SCREEN_SPACE_PARTICLE = 2;
|
||||
static const int DSF_SCREEN_SPACE_PARTICLE_EMISSIVE = 4;
|
||||
|
||||
typedef struct drawSurf_s {
|
||||
const srfTriangles_t *geo;
|
||||
|
||||
Reference in New Issue
Block a user