mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08: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
|