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

org.lwjgl.opengl.WGLNVMultisampleCoverage 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 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 - 2024 Weber Informatics LLC | Privacy Policy