textureNeedsPowerOfTwo method

dynamic textureNeedsPowerOfTwo(
  1. Texture texture
)

Implementation

textureNeedsPowerOfTwo(Texture texture) {
  if (isWebGL2) return false;
}