org.lwjgl.opengl.GLXEXTCreateContextES2Profile 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 GLX_EXT_create_context_es2_profile extension.
*
* This extension allows creating an OpenGL ES context.
*
* Requires {@link GLX14 GLX 1.4}, {@link GLXARBCreateContext GLX_ARB_create_context}, {@link GLXARBCreateContextProfile GLX_ARB_create_context_profile} and an OpenGL ES implemenation.
*/
public final class GLXEXTCreateContextES2Profile {
/** Accepted as a bit in the attribute value for {@link GLXARBCreateContextProfile#GLX_CONTEXT_PROFILE_MASK_ARB CONTEXT_PROFILE_MASK_ARB} in {@code attrib_list}. */
public static final int GLX_CONTEXT_ES2_PROFILE_BIT_EXT = 0x4;
private GLXEXTCreateContextES2Profile() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy