Class GlTexture

java.lang.Object
com.mojang.blaze3d.textures.GpuTexture
com.mojang.blaze3d.opengl.GlTexture
All Implemented Interfaces:
AutoCloseable

public class GlTexture extends GpuTexture
  • Field Details

    • id

      protected final int id
    • fboCache

      private final it.unimi.dsi.fastutil.ints.Int2IntMap fboCache
    • closed

      protected boolean closed
    • modesDirty

      protected boolean modesDirty
    • external

      protected final boolean external
  • Constructor Details

    • GlTexture

      protected GlTexture(String p_410238_, TextureFormat p_410416_, int p_409690_, int p_409866_, int p_410468_, int p_409791_)
    • GlTexture

      protected GlTexture(String p_410238_, TextureFormat p_410416_, int p_409690_, int p_409866_, int p_410468_, int p_409791_, boolean external)
  • Method Details