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

org.lwjgl.opengl.GLXNVRobustnessVideoMemoryPurge 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 GLX_NV_robustness_video_memory_purge extension.
 * 
 * 

GLX functionality for {@link NVRobustnessVideoMemoryPurge NV_robustness_video_memory_purge}.

*/ public final class GLXNVRobustnessVideoMemoryPurge { /** Accepted as an attribute name in the {@code *attrib_list} argument of glXCreateContextAttribsARB. */ public static final int GLX_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV = 0x20F7; private GLXNVRobustnessVideoMemoryPurge() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy