main.java.graphics.scenery.spirvcrossj.PlsFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spirvcrossj Show documentation
Show all versions of spirvcrossj Show documentation
Java bindings for Khronos' SPIRV-Cross
/* ----------------------------------------------------------------------------
* 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 PlsFormat {
public final static int PlsNone = 0;
public final static int PlsR11FG11FB10F = PlsNone + 1;
public final static int PlsR32F = PlsR11FG11FB10F + 1;
public final static int PlsRG16F = PlsR32F + 1;
public final static int PlsRGB10A2 = PlsRG16F + 1;
public final static int PlsRGBA8 = PlsRGB10A2 + 1;
public final static int PlsRG16 = PlsRGBA8 + 1;
public final static int PlsRGBA8I = PlsRG16 + 1;
public final static int PlsRG16I = PlsRGBA8I + 1;
public final static int PlsRGB10A2UI = PlsRG16I + 1;
public final static int PlsRGBA8UI = PlsRGB10A2UI + 1;
public final static int PlsRG16UI = PlsRGBA8UI + 1;
public final static int PlsR32UI = PlsRG16UI + 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy