com.mojang.blaze3d.textures

public abstract class GpuTextureView

implements AutoCloseable

com.mojang.blaze3d.textures.GpuTextureView
com.mojang.blaze3d.textures.GpuTextureView
com.mojang.blaze3d.textures.GpuTextureView

Field summary

Modifier and TypeField
private final GpuTexture
texture
private final int
baseMipLevel
private final int
mipLevels

Constructor summary

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

Method summary

Modifier and TypeMethod
public abstract void
close()
public GpuTexture
texture()
public int
baseMipLevel()
public int
mipLevels()
public int
getWidth(int mipLevel)
getWidth(int arg0)
getWidth(int mipLevel)
public int
getHeight(int mipLevel)
getHeight(int arg0)
getHeight(int mipLevel)
public abstract boolean
isClosed()