Class CLNCompressionMethodASTC

java.lang.Object
com.io7m.calino.api.CLNCompressionMethodASTC

public final class CLNCompressionMethodASTC extends Object
ASTC texture compression.
  • Method Details

    • get

      public static CLNCompressionMethodType get(int blockSizeX, int blockSizeY)
      Get the ASTC texture compression descriptor for the given block sizes.
      Parameters:
      blockSizeX - The size on the X axis
      blockSizeY - The size on the Y axis
      Returns:
      An ASTC texture compression descriptor