getAttributes method

Map<String, AttributeLocations> getAttributes()

Implementation

Map<String, AttributeLocations> getAttributes() {
		if ( cachedUniforms == null ) {
			onFirstUse.call(this);
		}

  return cachedAttributes!;
}