Interface GpuTextureView
- All Superinterfaces:
AutoCloseable, UncheckedAutoCloseable
- All Known Implementing Classes:
BaseGpuTextureView, GlTextureView, VulkanGpuTextureView
-
Method Details
-
isClosed
boolean isClosed() -
texture
GpuTexture texture() -
baseMipLevel
int baseMipLevel() -
mipLevels
int mipLevels() -
getWidth
int getWidth(int mipLevel) -
getHeight
int getHeight(int mipLevel)
-