menu
three_dart package
documentation
three3d/renderers/webgl/web_gl_capabilities.dart
WebGLCapabilities
getMaxPrecision method
getMaxPrecision method
dark_mode
light_mode
getMaxPrecision
method
String
getMaxPrecision
(
dynamic
precision
)
Implementation
String getMaxPrecision(precision) { return 'highp'; }
three_dart package
documentation
three3d/renderers/webgl/web_gl_capabilities
WebGLCapabilities
getMaxPrecision method
WebGLCapabilities class