org.lwjgl.opengl.WGLARBCreateContextNoError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* 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 - 2025 Weber Informatics LLC | Privacy Policy