Package com.io7m.calino.api
Interface CLNSectionWritableImageCubeType
- All Superinterfaces:
AutoCloseable
,CLNSectionWritableStandardType
,CLNSectionWritableType
,Closeable
- All Known Implementing Classes:
CLN1SectionWritableImageCube
A writable cube image section.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a set of mipmaps in the image.Methods inherited from interface com.io7m.calino.api.CLNSectionWritableType
identifier, sectionDataChannel
-
Method Details
-
createMipMaps
Create a set of mipmaps in the image.- Parameters:
mipMaps
- The mipmap descriptions- Returns:
- An interface used to write mipmap data
- Throws:
IOException
- On errors
-