Interface GpuTextureView

All Superinterfaces:
AutoCloseable, UncheckedAutoCloseable
All Known Implementing Classes:
BaseGpuTextureView, GlTextureView, VulkanGpuTextureView

public interface GpuTextureView extends UncheckedAutoCloseable
  • Method Details

    • isClosed

      boolean isClosed()
    • texture

      GpuTexture texture()
    • baseMipLevel

      int baseMipLevel()
    • mipLevels

      int mipLevels()
    • getWidth

      int getWidth(int mipLevel)
    • getHeight

      int getHeight(int mipLevel)