@ThreadSafe
public interface JCGLTLTextureDataProviderType
The type of texture data providers.
A texture data provider synchronously loads images from streams.
Implementations are required to be thread-safe in the sense that they must be able to accept loading requests from arbitrary threads.
| Modifier and Type | Method and Description |
|---|---|
JCGLTLTextureDataType |
loadFromStream(InputStream is)
Load an image from the given stream.
|
JCGLTLTextureDataType loadFromStream(InputStream is) throws IOException
is - The streamIOException - On I/O or decoding errorsCopyright © 2017 <code@io7m.com> http://io7m.com