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