Fixed stamped decals not rendering correctly

This commit is contained in:
Justin Marshall
2026-05-22 08:12:09 -07:00
parent f2e8b0b45e
commit 686422ec83
4 changed files with 36 additions and 7 deletions
+2 -1
View File
@@ -1740,7 +1740,8 @@ typedef struct glScreenSpaceDecal_s
float pad0;
float color[4];
uint32_t textureId;
float pad1[3];
uint32_t blendMode; // 0 = alpha blend, 1 = multiplicative stain
float pad1[2];
} glScreenSpaceDecal_t;
int glRaytracingInit(void);