Class GlStateManager.StencilFunc

  • Enclosing class:
    GlStateManager

    static class GlStateManager.StencilFunc
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int func  
      int mask  
      int ref  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StencilFunc()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • func

        public int func
      • ref

        public int ref
      • mask

        public int mask
    • Constructor Detail

      • StencilFunc

        private StencilFunc()