Class CustomizableTextureTarget

java.lang.Object
com.mojang.blaze3d.pipeline.RenderTarget
team.lodestar.lodestone.systems.texture.CustomizableTextureTarget

public class CustomizableTextureTarget extends com.mojang.blaze3d.pipeline.RenderTarget
  • Field Summary

    Fields inherited from class com.mojang.blaze3d.pipeline.RenderTarget

    colorTextureId, depthBufferId, filterMode, frameBufferId, height, useDepth, viewHeight, viewWidth, width
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomizableTextureTarget(int width, int height, boolean useDepth)
     
    CustomizableTextureTarget(int width, int height, boolean useDepth, InternalTextureFormat internalFormat)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createBuffers(int width, int height, boolean clearError)
     

    Methods inherited from class com.mojang.blaze3d.pipeline.RenderTarget

    bindRead, bindWrite, blitToScreen, blitToScreen, checkStatus, clear, copyDepthFrom, destroyBuffers, enableStencil, getColorTextureId, getDepthTextureId, isStencilEnabled, resize, setClearColor, setFilterMode, setFilterMode, unbindRead, unbindWrite

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomizableTextureTarget

      public CustomizableTextureTarget(int width, int height, boolean useDepth)
    • CustomizableTextureTarget

      public CustomizableTextureTarget(int width, int height, boolean useDepth, InternalTextureFormat internalFormat)
  • Method Details

    • createBuffers

      public void createBuffers(int width, int height, boolean clearError)
      Overrides:
      createBuffers in class com.mojang.blaze3d.pipeline.RenderTarget