Interface GpuTexture

All Superinterfaces:
AutoCloseable, UncheckedAutoCloseable
All Known Implementing Classes:
BaseGpuTexture, GlTexture, VulkanGpuTexture

public interface GpuTexture extends UncheckedAutoCloseable
  • Field Details

  • Method Details

    • getWidth

      int getWidth(int mipLevel)
    • getHeight

      int getHeight(int mipLevel)
    • getDepthOrLayers

      int getDepthOrLayers()
    • getMipLevels

      int getMipLevels()
    • getFormat

      GpuFormat getFormat()
    • usage

      int usage()
    • getLabel

      String getLabel()
    • isClosed

      boolean isClosed()