slots property
Names of all uniform slots — both struct blocks and samplers.
The type of each slot is auto-detected at compile time:
struct blocks have a non-null gpu.UniformSlot.sizeInBytes,
samplers return null.
Implementation
final List<String> slots;