menu
openworld package
documentation
three_dart/three3d/renderers/webgl/index.dart
WebGLProgram
getUniforms method
getUniforms method
dark_mode
light_mode
getUniforms
method
WebGLUniforms
getUniforms
(
)
Implementation
WebGLUniforms getUniforms() { cachedUniforms ??= WebGLUniforms(gl, this); return cachedUniforms!; }
openworld package
documentation
three_dart/three3d/renderers/webgl/index
WebGLProgram
getUniforms method
WebGLProgram class