menu
three_dart package
documentation
three3d/renderers/webgl/web_gl_textures.dart
WebGLTextures
textureNeedsPowerOfTwo method
textureNeedsPowerOfTwo method
dark_mode
light_mode
textureNeedsPowerOfTwo
method
dynamic
textureNeedsPowerOfTwo
(
Texture
texture
)
Implementation
textureNeedsPowerOfTwo(Texture texture) { if (isWebGL2) return false; }
three_dart package
documentation
three3d/renderers/webgl/web_gl_textures
WebGLTextures
textureNeedsPowerOfTwo method
WebGLTextures class