Package org.lwjgl.opengl
Class AMDInterleavedElements
- java.lang.Object
-
- org.lwjgl.opengl.AMDInterleavedElements
-
public final class AMDInterleavedElements extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_VERTEX_ELEMENT_SWIZZLE_AMD
Accepted by the <pname> parameter of VertexAttribParameteriAMD and GetVertexAttrib{iv|dv|fv|Iiv|Iuiv|Ldv}:static int
GL_VERTEX_ID_SWIZZLE_AMD
Selected by the <pname> parameter of ProgramParameteri and GetProgramiv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glVertexAttribParameteriAMD(int index, int pname, int param)
-
-
-
Field Detail
-
GL_VERTEX_ELEMENT_SWIZZLE_AMD
public static final int GL_VERTEX_ELEMENT_SWIZZLE_AMD
Accepted by the <pname> parameter of VertexAttribParameteriAMD and GetVertexAttrib{iv|dv|fv|Iiv|Iuiv|Ldv}:- See Also:
- Constant Field Values
-
GL_VERTEX_ID_SWIZZLE_AMD
public static final int GL_VERTEX_ID_SWIZZLE_AMD
Selected by the <pname> parameter of ProgramParameteri and GetProgramiv:- See Also:
- Constant Field Values
-
-