org.lwjgl.opengl.AMDBlendMinmaxFactor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class AMDBlendMinmaxFactor {
/**
* Accepted by the <mode> parameter of BlendEquation and BlendEquationi, and by
* the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
* BlendEquationSeparatei:
*/
public static final int GL_FACTOR_MIN_AMD = 0x901C,
GL_FACTOR_MAX_AMD = 0x901D;
private AMDBlendMinmaxFactor() {}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy