main.java.graphics.scenery.spirvcrossj.LoopControlShift Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.9
*
* 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 LoopControlShift {
public final static int LoopControlUnrollShift = 0;
public final static int LoopControlDontUnrollShift = 1;
public final static int LoopControlDependencyInfiniteShift = 2;
public final static int LoopControlDependencyLengthShift = 3;
public final static int LoopControlMax = 0x7fffffff;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy