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

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

Go to download

The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.

There is a newer version: 3.3.4
Show newest version
/*
 * 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 KHR_blend_equation_advanced_coherent extension.
 * 
 * 

This extension guarantees that blending is done coherently and in API primitive order. An enable is provided to allow implementations to opt out of * fully coherent blending and instead behave as though only {@link KHRBlendEquationAdvanced KHR_blend_equation_advanced} were supported.

* *

Requires {@link GL20 OpenGL 2.0}.

*/ public final class KHRBlendEquationAdvancedCoherent { /** * 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_KHR = 0x9285; private KHRBlendEquationAdvancedCoherent() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy