Interface CLWritableMipMapsCubeType
public interface CLWritableMipMapsCubeType
The writable mipmaps for a cube image.
Users are expected to retrieve the byte channel associated with each mipmap
level using
writeMipMap(int, CLNCubeFace), and are expected to write
supercompressed data to the byte channel in accordance with the declared
image info.-
Method Summary
Modifier and TypeMethodDescriptionwriteMipMap(int mipMapLevel, CLNCubeFace face) Retrieve the byte channel associated with a mipmap level.
-
Method Details
-
writeMipMap
Retrieve the byte channel associated with a mipmap level.- Parameters:
mipMapLevel- The mipmap levelface- The cube face- Returns:
- A byte channel that must receive supercompressed image data
- Throws:
IOException- On errors
-