public final class INTELBlackholeRender
extends java.lang.Object
The purpose of this extension is to allow an application to disable all rendering operations emitted to the GPU through the OpenGL rendering commands
(Draw*, DispatchCompute*, BlitFramebuffer, etc...). Changes to the OpenGL pipeline are not affected.
New preprocessor #defines are added to the OpenGL Shading Language:
#define GL_INTEL_blackhole_render 1
Requires OpenGL 3.0.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_BLACKHOLE_RENDER_INTEL
Accepted by the
target parameter of Enable, Disable, IsEnabled. |
public static final int GL_BLACKHOLE_RENDER_INTEL
target parameter of Enable, Disable, IsEnabled.Copyright LWJGL. All Rights Reserved. License terms.