Class CCRenderPipeline

java.lang.Object
codechicken.lib.render.pipeline.CCRenderPipeline

public class CCRenderPipeline extends Object
  • Field Details

    • forceFormatAttributes

      @Deprecated public boolean forceFormatAttributes
      Deprecated.
  • Constructor Details

    • CCRenderPipeline

      public CCRenderPipeline(CCRenderState renderState)
  • Method Details

    • setPipeline

      public void setPipeline(IVertexOperation... ops)
    • reset

      public void reset()
    • rebuild

      public void rebuild()
    • addRequirement

      public void addRequirement(int opRef)
    • addDependency

      public void addDependency(VertexAttribute<?> attrib)
    • addAttribute

      public void addAttribute(VertexAttribute<?> attrib)
    • operate

      public void operate()