textureNeedsPowerOfTwo method
dynamic
textureNeedsPowerOfTwo(
- dynamic texture
Implementation
textureNeedsPowerOfTwo(Texture texture) {
if (isWebGL2) return false;
}
textureNeedsPowerOfTwo(Texture texture) {
if (isWebGL2) return false;
}