mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 11:42:20 +00:00
4 lines
132 B
GLSL
4 lines
132 B
GLSL
#define CLUSTER_COUNTER_SHIFT 20
|
|
#define CLUSTER_POINTER_MASK ((1 << CLUSTER_COUNTER_SHIFT) - 1)
|
|
#define CLUSTER_COUNTER_MASK 0xfff
|