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 Summary
Modifier and TypeMethodDescriptionintreadPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in)  
- 
Method Details
- 
readPixels
int readPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) throws IOException - Throws:
 IOException
 
 -