Class GlTextureView

java.lang.Object
com.mojang.blaze3d.textures.GpuTextureView
com.mojang.blaze3d.opengl.GlTextureView
All Implemented Interfaces:
AutoCloseable

public class GlTextureView extends GpuTextureView
  • Field Details

    • EMPTY

      private static final int EMPTY
      See Also:
    • closed

      private boolean closed
    • firstFboId

      private int firstFboId
    • firstFboDepthId

      private int firstFboDepthId
    • fboCache

      private @Nullable it.unimi.dsi.fastutil.ints.Int2IntMap fboCache
  • Constructor Details

    • GlTextureView

      protected GlTextureView(GlTexture pTexture, int pBaseMipLevel, int pMipLevels)
  • Method Details