Package com.mojang.blaze3d.textures
Class GpuTextureView
java.lang.Object
com.mojang.blaze3d.textures.GpuTextureView
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
GlTextureView
- Mappings:
Namespace Name named com/mojang/blaze3d/textures/GpuTextureViewintermediary com/mojang/blaze3d/textures/GpuTextureViewofficial com/mojang/blaze3d/textures/GpuTextureView
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
texture
-
baseMipLevel
private final int baseMipLevel -
mipLevels
private final int mipLevels
-
-
Constructor Details
-
GpuTextureView
- Mappings:
Namespace Name Mixin selector named <init>Lcom/mojang/blaze3d/textures/GpuTextureView;<init>(Lcom/mojang/blaze3d/textures/GpuTexture;II)Vintermediary <init>Lcom/mojang/blaze3d/textures/GpuTextureView;<init>(Lcom/mojang/blaze3d/textures/GpuTexture;II)Vofficial <init>Lcom/mojang/blaze3d/textures/GpuTextureView;<init>(Lcom/mojang/blaze3d/textures/GpuTexture;II)V
-
-
Method Details
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-
texture
-
baseMipLevel
public int baseMipLevel() -
mipLevels
public int mipLevels() -
getWidth
public int getWidth(int mipLevel) - Mappings:
Namespace Name Mixin selector named getWidthLcom/mojang/blaze3d/textures/GpuTextureView;getWidth(I)Iintermediary getWidthLcom/mojang/blaze3d/textures/GpuTextureView;getWidth(I)Iofficial getWidthLcom/mojang/blaze3d/textures/GpuTextureView;getWidth(I)I
-
getHeight
public int getHeight(int mipLevel) - Mappings:
Namespace Name Mixin selector named getHeightLcom/mojang/blaze3d/textures/GpuTextureView;getHeight(I)Iintermediary getHeightLcom/mojang/blaze3d/textures/GpuTextureView;getHeight(I)Iofficial getHeightLcom/mojang/blaze3d/textures/GpuTextureView;getHeight(I)I
-
isClosed
public abstract boolean isClosed()
-