Class AMDInterleavedElements

java.lang.Object
org.lwjgl.opengl.AMDInterleavedElements

public final class AMDInterleavedElements extends Object
  • Field Details

    • 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:
    • 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:
  • Method Details

    • glVertexAttribParameteriAMD

      public static void glVertexAttribParameteriAMD(int index, int pname, int param)