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

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

The newest version!
/*
 * 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() {} }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy