org.lwjgl.opengl.AMDTransformFeedback4 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* 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 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 {@link GL40 OpenGL 4.0} or {@link ARBTransformFeedback3 ARB_transform_feedback3}.
*/
public final class AMDTransformFeedback4 {
/** Accepted by the {@code pname} argument to Enablei. Disablei and IsEnabledi. */
public static final int GL_STREAM_RASTERIZATION_AMD = 0x91A0;
private AMDTransformFeedback4() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy