getUniforms method
Implementation
AngleUniforms getUniforms() {
if ( cachedUniforms == null ) {
onFirstUse.call(this);
}
return cachedUniforms!;
}
AngleUniforms getUniforms() {
if ( cachedUniforms == null ) {
onFirstUse.call(this);
}
return cachedUniforms!;
}