vertexTextureNames property

Iterable<String> get vertexTextureNames

All currently-bound vertex sampler names, in insertion order.

Implementation

Iterable<String> get vertexTextureNames => _vertexTextures.keys;