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

org.lwjgl.opengl.NVBlendEquationAdvancedCoherent Maven / Gradle / Ivy

/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy