Package playn.core
Class GLUtil
java.lang.Object
playn.core.GLUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intnextPowerOfTwo(int x) Returns the next largest power of two, or zero if x is already a power of two.
-
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.
-