Interface TextureProvider.SupportsImageTypes

Enclosing interface:
TextureProvider

public static interface TextureProvider.SupportsImageTypes
Optional additional interface for TextureProvider implementation exposing the supported ImageTypes.

Use case: Mapping of ImageTypes to TextureProvider.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the supported ImageTypes.
  • Method Details