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

org.lwjgl.opengl.INTELBlackholeRender 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 INTEL_blackhole_render extension.
 * 
 * 

The purpose of this extension is to allow an application to disable all rendering operations emitted to the GPU through the OpenGL rendering commands * ({@code Draw*}, {@code DispatchCompute*}, {@code BlitFramebuffer}, etc...). Changes to the OpenGL pipeline are not affected.

* *

New preprocessor {@code #defines} are added to the OpenGL Shading Language:

* *

 * #define GL_INTEL_blackhole_render 1
* *

Requires {@link GL30 OpenGL 3.0}.

*/ public final class INTELBlackholeRender { /** Accepted by the {@code target} parameter of Enable, Disable, IsEnabled. */ public static final int GL_BLACKHOLE_RENDER_INTEL = 0x83FC; private INTELBlackholeRender() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy