getAttributes method

Map<String, dynamic> getAttributes()

Implementation

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

  return cachedAttributes!;
}