Class Flags


  • public final class Flags
    extends java.lang.Object
    State flags.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERTICES_REQUIRED

        public static final int VERTICES_REQUIRED
        Are vertices required?
        See Also:
        Constant Field Values
      • VERTICES_RECEIVED

        public static final int VERTICES_RECEIVED
        Are vertices received?
        See Also:
        Constant Field Values
      • TRIANGLES_REQUIRED

        public static final int TRIANGLES_REQUIRED
        Are triangles required?
        See Also:
        Constant Field Values
      • TRIANGLES_RECEIVED

        public static final int TRIANGLES_RECEIVED
        Are triangles received?
        See Also:
        Constant Field Values