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

org.lwjgl.opengl.GLXARBMultisample 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 GLX_ARB_multisample extension.
 * 
 * 

See {@link ARBMultisample} for details.

*/ public final class GLXARBMultisample { /** Accepted by the {@code attribList} parameter of {@link GLX#glXChooseVisual ChooseVisual}, and by the {@code attrib} parameter of {@link GLX#glXGetConfig GetConfig}. */ public static final int GLX_SAMPLE_BUFFERS_ARB = 100000, GLX_SAMPLES_ARB = 100001; private GLXARBMultisample() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy