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 width, int height)
  • Method Details

    • createFrameBuffer

      private void createFrameBuffer(int width, int height)
    • allocateAttachments

      private MainTarget.Dimension allocateAttachments(int width, int height)
    • allocateColorAttachment

      private boolean allocateColorAttachment(MainTarget.Dimension dimension)
    • allocateDepthAttachment

      private boolean allocateDepthAttachment(MainTarget.Dimension dimension)