vertexUniformBlockNames property

Iterable<String> get vertexUniformBlockNames

All currently-bound vertex uniform block names, in insertion order.

Implementation

Iterable<String> get vertexUniformBlockNames => _vertexUniformBlocks.keys;