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

org.lwjgl.opengl.WGLARBCreateContextNoError 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 WGL_ARB_create_context_no_error extension.
 * 
 * 

This extension allows the creation of an OpenGL or OpenGL ES context that doesn't generate errors if the context supports a no error mode. The * implications of this feature are discussed in the {@link KHRNoError KHR_no_error} extension.

* *

Requires {@link WGLARBCreateContext WGL_ARB_create_context}.

*/ public final class WGLARBCreateContextNoError { /** Accepted as an attribute name in the {@code *attrib_list} argument to {@link WGLARBCreateContext#wglCreateContextAttribsARB CreateContextAttribsARB}. */ public static final int WGL_CONTEXT_OPENGL_NO_ERROR_ARB = 0x31B3; private WGLARBCreateContextNoError() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy