floodfill dropped item fix; reduce occlusion groups

This commit is contained in:
NULL511
2024-07-20 02:46:18 -04:00
parent ed159c9868
commit c3eae1a2dd
8 changed files with 235 additions and 233 deletions

View File

@ -23,6 +23,10 @@ Read the terms of modification and sharing before changing something below pleas
#endif
attribute vec3 vaPosition;
#ifdef LPV_ENTITY_LIGHTS
uniform usampler1D texBlockData;
#endif
uniform mat4 shadowModelViewInverse;
uniform int renderStage;