JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.texture.spi.TextureProvider.SupportsImageTypes Interface Reference

Optional additional interface for TextureProvider implementation exposing the supported ImageTypes. More...

Collaboration diagram for com.jogamp.opengl.util.texture.spi.TextureProvider.SupportsImageTypes:

Public Member Functions

ImageType[] getImageTypes ()
 Returns the supported ImageTypes. More...
 

Detailed Description

Optional additional interface for TextureProvider implementation exposing the supported ImageTypes.

Use case: Mapping of ImageTypes to TextureProvider.

Definition at line 66 of file TextureProvider.java.

Member Function Documentation

◆ getImageTypes()

ImageType[] com.jogamp.opengl.util.texture.spi.TextureProvider.SupportsImageTypes.getImageTypes ( )

Returns the supported ImageTypes.


The documentation for this interface was generated from the following file: