#include <RadientSceneDrawableCache.hpp>
Renderer-facing primitive slot addressed by a stable drawable ID.
A slot represents one renderable primitive, not the whole mesh component. It owns the primitive draw range and resolved material pointers, and references mutable scene state such as renderer component, world matrix, and effective visibility. Draw lists store only the slot ID, so they can be sorted or filtered without moving this data.