com.mojang.blaze3d.textures

public abstract class GpuTextureImpl

implements GpuTexture

com.mojang.renderpearl.backend.common.BaseGpuTexture
com.mojang.renderpearl.backend.common.BaseGpuTexture
net.minecraft.class_1_1231
com.mojang.blaze3d.textures.GpuTextureImpl

Field summary

Modifier and TypeField
private final TexelFormat
format
format
field_1_8544
format
private final int
width
width
field_1_8549
width
private final int
height
height
field_1_8545
height
private final int
depthOrLayers
depthOrLayers
field_1_8543
depthOrLayers
private final int
mipLevels
mipLevels
field_1_8547
mipLevels
private final int
usage
usage
field_1_8548
usage
private final String
label
label
field_1_8546
label

Constructor summary

ModifierConstructor
public (int usage, String label, TexelFormat format, int width, int height, int depthOrLayers, int mipLevels)

Method summary

Modifier and TypeMethod
public int
getWidth(int mipLevel)
getWidth(int mipLevel)
method_1_7822(int arg0)
getWidth(int arg0)
public int
getHeight(int mipLevel)
getHeight(int mipLevel)
method_1_7819(int arg0)
getHeight(int arg0)
public int
getDepthOrLayers()
getDepthOrLayers()
method_1_7817()
getDepthOrLayers()
public int
getMipLevels()
getMipLevels()
method_1_7821()
getMipLevels()
public TexelFormat
getFormat()
getFormat()
method_1_7818()
getTexelFormat()
public int
usage()
usage()
method_1_7824()
getUsage()
public String
getLabel()
getLabel()
method_1_7820()
getLabel()