org.lwjgl.opengl.WGLNVMultisampleCoverage 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 WGL_NV_multisample_coverage extension.
*
* WGL functionality for {@link NVMultisampleCoverage NV_multisample_coverage}.
*/
public final class WGLNVMultisampleCoverage {
/**
* Accepted by the {@code piAttributes} parameter of wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and the
* {@code piAttribIList} and {@code pfAttribIList} of wglChoosePixelFormatEXT.
*/
public static final int
WGL_COVERAGE_SAMPLES_NV = 0x2042,
WGL_COLOR_SAMPLES_NV = 0x20B9;
private WGLNVMultisampleCoverage() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy