Class MainTarget

java.lang.Object
com.mojang.blaze3d.pipeline.RenderTarget
com.mojang.blaze3d.pipeline.MainTarget

public class MainTarget extends RenderTarget
  • Field Details

  • Constructor Details

    • MainTarget

      public MainTarget(int pWidth, int pHeight)
  • Method Details

    • createFrameBuffer

      private void createFrameBuffer(int pWidth, int pHeight)
    • allocateAttachments

      private MainTarget.Dimension allocateAttachments(int pWidth, int pHeight)
    • allocateColorAttachment

      private boolean allocateColorAttachment(MainTarget.Dimension pDimension)
    • allocateDepthAttachment

      private boolean allocateDepthAttachment(MainTarget.Dimension pDimension)