getAttributes method
Implementation
Map<String, AttributeLocations> getAttributes() {
cachedAttributes ??= fetchAttributeLocations(gl, program);
return cachedAttributes!;
}
Map<String, AttributeLocations> getAttributes() {
cachedAttributes ??= fetchAttributeLocations(gl, program);
return cachedAttributes!;
}