org.lwjgl.opengles.NVBlendEquationAdvancedCoherent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengles Show documentation
Show all versions of lwjgl-opengles Show documentation
A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengles;
/**
* Native bindings to the NV_blend_equation_advanced_coherent extension.
*
* Requires {@link GLES20 GLES 2.0}.
*/
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() {}
}