org.lwjgl.opengl.NVBlendEquationAdvancedCoherent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
/**
* Native bindings to the NV_blend_equation_advanced_coherent extension.
*
* Similar to NV_blend_equation_advanced, but guarantees that blending is done coherently and in API primitive ordering. An enable is provided to allow
* implementations to opt out of fully coherent blending and instead behave as though only NV_blend_equation_advanced were supported.
*
* Requires {@link GL20 OpenGL 2.0} and {@link NVBlendEquationAdvanced NV_blend_equation_advanced}.
*/
public final class NVBlendEquationAdvancedCoherent {
/**
* Accepted by the {@code cap} parameter of Disable, Enable, and IsEnabled, and by the {@code pname} parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev
* and GetInteger64v.
*/
public static final int GL_BLEND_ADVANCED_COHERENT_NV = 0x9285;
private NVBlendEquationAdvancedCoherent() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy