Package playn.core

Class GLUtil

java.lang.Object
playn.core.GLUtil

public class GLUtil extends Object
  • Constructor Details

    • GLUtil

      public GLUtil()
  • Method Details

    • nextPowerOfTwo

      public static int nextPowerOfTwo(int x)
      Returns the next largest power of two, or zero if x is already a power of two.