Package org.lwjgl.opengl
Class INTELBlackholeRender
- java.lang.Object
-
- org.lwjgl.opengl.INTELBlackholeRender
-
public final class INTELBlackholeRender extends java.lang.ObjectNative 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 (
Draw*,DispatchCompute*,BlitFramebuffer, etc...). Changes to the OpenGL pipeline are not affected.New preprocessor
#definesare added to the OpenGL Shading Language:#define GL_INTEL_blackhole_render 1Requires
OpenGL 3.0.
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_BLACKHOLE_RENDER_INTELAccepted by thetargetparameter of Enable, Disable, IsEnabled.
-
-
-
Field Detail
-
GL_BLACKHOLE_RENDER_INTEL
public static final int GL_BLACKHOLE_RENDER_INTEL
Accepted by thetargetparameter of Enable, Disable, IsEnabled.- See Also:
- Constant Field Values
-
-