getAttributes method

Map<String, AttributeLocations> getAttributes()

Implementation

Map<String, AttributeLocations> getAttributes() {
  cachedAttributes ??= fetchAttributeLocations(gl, program);

  return cachedAttributes!;
}