Interface TextureRegistry.ImageConsumer

All Superinterfaces:
TextureRegistry.TextureEntry
Enclosing interface:
TextureRegistry

public static interface TextureRegistry.ImageConsumer extends TextureRegistry.TextureEntry
  • Method Details

    • acquireLatestImage

      Image acquireLatestImage()
      Retrieve the last Image produced. Drops all previously produced images.

      NOTE: Caller must call Image.close() on returned image.

      Returns:
      Image or null.