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

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

There is a newer version: 3.3.0
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 GLX_NV_multisample_coverage extension.
 * 
 * 

GLX functionality for {@link NVMultisampleCoverage NV_multisample_coverage}.

*/ public final class GLXNVMultisampleCoverage { /** * Accepted by the {@code attribList} parameter of glXChooseVisual, and by the {@code attrib} parameter of glXGetConfig, the * {@code attrib_list} parameter of glXChooseFBConfig, and the {@code attribute} parameter of glXGetFBConfigAttrib. */ public static final int GLX_COVERAGE_SAMPLES_NV = 100001, GLX_COLOR_SAMPLES_NV = 0x20B3; private GLXNVMultisampleCoverage() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy