public final class NVTransformFeedback
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_ACTIVE_VARYING_MAX_LENGTH_NV
Accepted by the <pname> parameter of GetProgramiv:
|
static int |
GL_ACTIVE_VARYINGS_NV
Accepted by the <pname> parameter of GetProgramiv:
|
static int |
GL_BACK_PRIMARY_COLOR_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_BACK_SECONDARY_COLOR_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_CLIP_DISTANCE_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_GENERIC_ATTRIB_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_INTERLEAVED_ATTRIBS_NV
Accepted by the <bufferMode> parameter of TransformFeedbackAttribsNV and
TransformFeedbackVaryingsNV:
|
static int |
GL_LAYER_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
|
static int |
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
|
static int |
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
|
static int |
GL_PRIMITIVE_ID_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_PRIMITIVES_GENERATED_NV
Accepted by the <target> parameter of BeginQuery, EndQuery, and
GetQueryiv:
|
static int |
GL_RASTERIZER_DISCARD_NV
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by
the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
|
static int |
GL_SEPARATE_ATTRIBS_NV
Accepted by the <bufferMode> parameter of TransformFeedbackAttribsNV and
TransformFeedbackVaryingsNV:
|
static int |
GL_TEXTURE_COORD_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
static int |
GL_TRANSFORM_FEEDBACK_ATTRIBS_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
|
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV
Accepted by the <param> parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT, and by the <pname> parameter of GetBooleanv,
GetDoublev, GetIntegerv, and GetFloatv:
|
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv,
GetFloatv, and GetProgramiv:
|
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_NV
Accepted by the <target> parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, BindBufferRangeNV, BindBufferOffsetNV and
BindBufferBaseNV:
|
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV
Accepted by the <param> parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
|
static int |
GL_TRANSFORM_FEEDBACK_BUFFER_START_NV
Accepted by the <param> parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
|
static int |
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV
Accepted by the <target> parameter of BeginQuery, EndQuery, and
GetQueryiv:
|
static int |
GL_TRANSFORM_FEEDBACK_RECORD_NV
Accepted by the <param> parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
|
static int |
GL_TRANSFORM_FEEDBACK_VARYINGS_NV
Accepted by the <pname> parameter of GetProgramiv:
|
static int |
GL_VERTEX_ID_NV
Accepted by the <attribs> parameter of TransformFeedbackAttribsNV:
|
Modifier and Type | Method and Description |
---|---|
static void |
glActiveVaryingNV(int program,
java.nio.ByteBuffer name) |
static void |
glActiveVaryingNV(int program,
java.lang.CharSequence name)
Overloads glActiveVaryingNV.
|
static void |
glBeginTransformFeedbackNV(int primitiveMode) |
static void |
glBindBufferBaseNV(int target,
int index,
int buffer) |
static void |
glBindBufferOffsetNV(int target,
int index,
int buffer,
long offset) |
static void |
glBindBufferRangeNV(int target,
int index,
int buffer,
long offset,
long size) |
static void |
glEndTransformFeedbackNV() |
static java.lang.String |
glGetActiveVaryingNV(int program,
int index,
int bufSize)
Overloads glGetActiveVaryingNV.
|
static void |
glGetActiveVaryingNV(int program,
int index,
java.nio.IntBuffer length,
java.nio.IntBuffer size,
java.nio.IntBuffer type,
java.nio.ByteBuffer name) |
static java.lang.String |
glGetActiveVaryingNV(int program,
int index,
int bufSize,
java.nio.IntBuffer sizeType)
Overloads glGetActiveVaryingNV.
|
static int |
glGetActiveVaryingSizeNV(int program,
int index)
Overloads glGetActiveVaryingNV.
|
static int |
glGetActiveVaryingTypeNV(int program,
int index)
Overloads glGetActiveVaryingNV.
|
static int |
glGetTransformFeedbackVaryingNV(int program,
int index)
Overloads glGetTransformFeedbackVaryingNV.
|
static void |
glGetTransformFeedbackVaryingNV(int program,
int index,
java.nio.IntBuffer location) |
static int |
glGetVaryingLocationNV(int program,
java.nio.ByteBuffer name) |
static int |
glGetVaryingLocationNV(int program,
java.lang.CharSequence name)
Overloads glGetVaryingLocationNV.
|
static void |
glTransformFeedbackAttribsNV(java.nio.IntBuffer attribs,
int bufferMode) |
static void |
glTransformFeedbackVaryingsNV(int program,
java.nio.IntBuffer locations,
int bufferMode) |
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_NV
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_START_NV
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV
public static final int GL_TRANSFORM_FEEDBACK_RECORD_NV
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV
public static final int GL_INTERLEAVED_ATTRIBS_NV
public static final int GL_SEPARATE_ATTRIBS_NV
public static final int GL_PRIMITIVES_GENERATED_NV
public static final int GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV
public static final int GL_RASTERIZER_DISCARD_NV
public static final int GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV
public static final int GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV
public static final int GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV
public static final int GL_TRANSFORM_FEEDBACK_ATTRIBS_NV
public static final int GL_ACTIVE_VARYINGS_NV
public static final int GL_ACTIVE_VARYING_MAX_LENGTH_NV
public static final int GL_TRANSFORM_FEEDBACK_VARYINGS_NV
public static final int GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV
public static final int GL_BACK_PRIMARY_COLOR_NV
public static final int GL_BACK_SECONDARY_COLOR_NV
public static final int GL_TEXTURE_COORD_NV
public static final int GL_CLIP_DISTANCE_NV
public static final int GL_VERTEX_ID_NV
public static final int GL_PRIMITIVE_ID_NV
public static final int GL_GENERIC_ATTRIB_NV
public static final int GL_LAYER_NV
public static void glBindBufferRangeNV(int target, int index, int buffer, long offset, long size)
public static void glBindBufferOffsetNV(int target, int index, int buffer, long offset)
public static void glBindBufferBaseNV(int target, int index, int buffer)
public static void glTransformFeedbackAttribsNV(java.nio.IntBuffer attribs, int bufferMode)
public static void glTransformFeedbackVaryingsNV(int program, java.nio.IntBuffer locations, int bufferMode)
public static void glBeginTransformFeedbackNV(int primitiveMode)
public static void glEndTransformFeedbackNV()
public static int glGetVaryingLocationNV(int program, java.nio.ByteBuffer name)
public static int glGetVaryingLocationNV(int program, java.lang.CharSequence name)
public static void glGetActiveVaryingNV(int program, int index, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name)
public static java.lang.String glGetActiveVaryingNV(int program, int index, int bufSize, java.nio.IntBuffer sizeType)
Overloads glGetActiveVaryingNV. This version returns both size and type in the sizeType buffer (at .position() and .position() + 1).
public static java.lang.String glGetActiveVaryingNV(int program, int index, int bufSize)
Overloads glGetActiveVaryingNV. This version returns only the varying name.
public static int glGetActiveVaryingSizeNV(int program, int index)
Overloads glGetActiveVaryingNV. This version returns only the varying size.
public static int glGetActiveVaryingTypeNV(int program, int index)
Overloads glGetActiveVaryingNV. This version returns only the varying type.
public static void glActiveVaryingNV(int program, java.nio.ByteBuffer name)
public static void glActiveVaryingNV(int program, java.lang.CharSequence name)
public static void glGetTransformFeedbackVaryingNV(int program, int index, java.nio.IntBuffer location)
public static int glGetTransformFeedbackVaryingNV(int program, int index)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.