textureNames property

Iterable<String> get textureNames

All currently-bound sampler names.

Implementation

Iterable<String> get textureNames => _bindings.textureNames;