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
ConstructorsModifierConstructorDescriptionprotectedGlTextureView(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:
isClosedin classGpuTextureView
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classGpuTextureView
-
texture
- Overrides:
texturein classGpuTextureView
-