All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.graphics.scenery.spirvcrossj.ImageOperandsMask Maven / Gradle / Ivy

There is a newer version: 0.8.0-1.1.106.0
Show newest version
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.12
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package graphics.scenery.spirvcrossj;

public final class ImageOperandsMask {
  public final static int ImageOperandsMaskNone = 0;
  public final static int ImageOperandsBiasMask = 0x00000001;
  public final static int ImageOperandsLodMask = 0x00000002;
  public final static int ImageOperandsGradMask = 0x00000004;
  public final static int ImageOperandsConstOffsetMask = 0x00000008;
  public final static int ImageOperandsOffsetMask = 0x00000010;
  public final static int ImageOperandsConstOffsetsMask = 0x00000020;
  public final static int ImageOperandsSampleMask = 0x00000040;
  public final static int ImageOperandsMinLodMask = 0x00000080;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy