Interface | Description |
---|---|
PixelReader |
Interface used to read a set of pixels in a KTX file
|
Class | Description |
---|---|
KTXLoader |
A KTX file loader
KTX file format is an image container defined by the Khronos group
See specs here https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
This loader doesn't support compressed files yet.
|
KTXWriter |
This class allows one to write a KTX file.
|
SrTdRiPixelReader |
reads the pixels of an image whose origin is the top left corner
|
SrTuRoPixelReader |
reads the pixels of an image whose origin is the bottom left corner
|