public interface IPVRTexturePixelBufferStrategy
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPVRTexturePixelBufferStrategy.IPVRTexturePixelBufferStrategyBufferManager |
| Modifier and Type | Method and Description |
|---|---|
void |
loadPVRTextureData(IPVRTexturePixelBufferStrategy.IPVRTexturePixelBufferStrategyBufferManager pPVRTexturePixelBufferStrategyManager,
int pWidth,
int pHeight,
int pBytesPerPixel,
PixelFormat pPixelFormat,
int pMipmapLevel,
int pCurrentPixelDataOffset,
int pCurrentPixelDataSize) |
IPVRTexturePixelBufferStrategy.IPVRTexturePixelBufferStrategyBufferManager |
newPVRTexturePixelBufferStrategyManager(PVRTexture pPVRTexture) |
IPVRTexturePixelBufferStrategy.IPVRTexturePixelBufferStrategyBufferManager newPVRTexturePixelBufferStrategyManager(PVRTexture pPVRTexture) throws java.io.IOException
java.io.IOExceptionvoid loadPVRTextureData(IPVRTexturePixelBufferStrategy.IPVRTexturePixelBufferStrategyBufferManager pPVRTexturePixelBufferStrategyManager, int pWidth, int pHeight, int pBytesPerPixel, PixelFormat pPixelFormat, int pMipmapLevel, int pCurrentPixelDataOffset, int pCurrentPixelDataSize) throws java.io.IOException
java.io.IOException