Package com.mojang.blaze3d.opengl
Class GlTextureView
java.lang.Object
com.mojang.blaze3d.textures.GpuTextureView
com.mojang.blaze3d.opengl.GlTextureView
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GlTextureView
(GlTexture pTexture, int pBaseMipLevel, int pMipLevels) -
Method Summary
Methods inherited from class com.mojang.blaze3d.textures.GpuTextureView
baseMipLevel, getHeight, getWidth, mipLevels
-
Field Details
-
closed
private boolean closed
-
-
Constructor Details
-
GlTextureView
-
-
Method Details
-
isClosed
public boolean isClosed()- Specified by:
isClosed
in classGpuTextureView
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in classGpuTextureView
-
texture
- Overrides:
texture
in classGpuTextureView
-