Record Class CLNImageCubeMipMapDeclaration

java.lang.Object
java.lang.Record
com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Record Components:
mipMapLevel - The mipmap level
xPositive - The positive X face
xNegative - The negative X face
yPositive - The positive Y face
yNegative - The negative Y face
zPositive - The positive Z face
zNegative - The negative Z face
All Implemented Interfaces:
Comparable<CLNImageCubeMipMapDeclaration>

public record CLNImageCubeMipMapDeclaration(int mipMapLevel, CLNImageCubeFaceDeclaration xPositive, CLNImageCubeFaceDeclaration xNegative, CLNImageCubeFaceDeclaration yPositive, CLNImageCubeFaceDeclaration yNegative, CLNImageCubeFaceDeclaration zPositive, CLNImageCubeFaceDeclaration zNegative) extends Record implements Comparable<CLNImageCubeMipMapDeclaration>
The declaration of a single cube mipmap.