Interface LoadableTexture

All Known Implementing Classes:
ResourceLoadableTexture, SinglePixelLoadableTexture

public interface LoadableTexture
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads the texture synchronously.
  • Method Details

    • load

      ImageData load() throws IOException
      Loads the texture synchronously. This is meant to be called from a worker thread, not the main thread.
      Throws:
      IOException