Package com.io7m.calino.api
Class CLNCompressionMethodASTC
java.lang.Object
com.io7m.calino.api.CLNCompressionMethodASTC
ASTC texture compression.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CLNCompressionMethodType
get
(int blockSizeX, int blockSizeY) Get the ASTC texture compression descriptor for the given block sizes.
-
Method Details
-
get
Get the ASTC texture compression descriptor for the given block sizes.- Parameters:
blockSizeX
- The size on the X axisblockSizeY
- The size on the Y axis- Returns:
- An ASTC texture compression descriptor
-