com.mojang.blaze3d.textures

public abstract class GpuTextureView

implements AutoCloseable

com.mojang.renderpearl.api.textures.GpuTextureView
net.minecraft.class_1_1260
com.mojang.blaze3d.textures.GpuTextureView

Field summary

Modifier and TypeField
private final GpuTexture
texture
field_1_8654
texture
private final int
baseMipLevel
field_1_8652
baseMipLevel
private final int
mipLevels
field_1_8653
mipLevel

Constructor summary

ModifierConstructor
protected (GpuTexture texture, int baseMipLevel, int mipLevel)

Method summary

Modifier and TypeMethod
public abstract void
close()
public GpuTexture
texture()
method_1_8005()
getTexture()
public int
baseMipLevel()
method_1_8000()
baseMipLevel()
public int
mipLevels()
method_1_8004()
mipLevel()
public int
getWidth(int mipLevel)
method_1_8002(int arg0)
getWidth(int mipmap)
public int
getHeight(int mipLevel)
method_1_8001(int arg0)
getHeight(int mipmap)
public abstract boolean
isClosed()
method_1_8003()
isClosed()