Package com.jme3.texture.plugins.ktx
Interface PixelReader
- All Known Implementing Classes:
- SrTdRiPixelReader,- SrTuRoPixelReader
public interface PixelReader
Interface used to read a set of pixels in a KTX file
- 
Method SummaryModifier and TypeMethodDescriptionintreadPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) 
- 
Method Details- 
readPixelsint readPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) throws IOException - Throws:
- IOException
 
 
-