Class GeometryRenderer

java.lang.Object
icyllis.arc3d.granite.GeometryRenderer

public final class GeometryRenderer extends Object
  • Field Details

    • MAX_RENDER_STEPS

      public static final int MAX_RENDER_STEPS
      The maximum number of render steps that any Renderer is allowed to have. For example, Stencil-then-Cover method has multiple steps.
      See Also:
  • Constructor Details

  • Method Details

    • step

      public GeometryStep step(int i)
    • numSteps

      public int numSteps()
    • name

      public String name()
    • depthStencilFlags

      public int depthStencilFlags()
    • outsetBoundsForAA

      public boolean outsetBoundsForAA()
    • emitsPrimitiveColor

      public boolean emitsPrimitiveColor()
    • emitsCoverage

      public boolean emitsCoverage()