Package org.lwjgl.opengl
Class AMDTransformFeedback4
- java.lang.Object
-
- org.lwjgl.opengl.AMDTransformFeedback4
-
public final class AMDTransformFeedback4 extends java.lang.ObjectNative bindings to the AMD_transform_feedback4 extension.This extension enhances transform feedback in two significant ways. First, it allows multiple transform feedback streams to be captured, each with its own, independent primitve type. Second, it allows any combination of streams to be rasterized.
Requires
OpenGL 4.0orARB_transform_feedback3.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_STREAM_RASTERIZATION_AMDAccepted by thepnameargument to Enablei.
-
-
-
Field Detail
-
GL_STREAM_RASTERIZATION_AMD
public static final int GL_STREAM_RASTERIZATION_AMD
Accepted by thepnameargument to Enablei. Disablei and IsEnabledi.- See Also:
- Constant Field Values
-
-