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

main.java.graphics.scenery.spirvcrossj.EShLanguage 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 EShLanguage {
  public final static int EShLangVertex = 0;
  public final static int EShLangTessControl = EShLangVertex + 1;
  public final static int EShLangTessEvaluation = EShLangTessControl + 1;
  public final static int EShLangGeometry = EShLangTessEvaluation + 1;
  public final static int EShLangFragment = EShLangGeometry + 1;
  public final static int EShLangCompute = EShLangFragment + 1;
  public final static int EShLangCount = EShLangCompute + 1;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy