Class ARBVertexBlend


  • public final class ARBVertexBlend
    extends Object
    • Method Detail

      • glWeightARB

        public static void glWeightARB​(ByteBuffer pWeights)
      • glWeightARB

        public static void glWeightARB​(ShortBuffer pWeights)
      • glWeightARB

        public static void glWeightARB​(IntBuffer pWeights)
      • glWeightARB

        public static void glWeightARB​(FloatBuffer pWeights)
      • glWeightARB

        public static void glWeightARB​(DoubleBuffer pWeights)
      • glWeightuARB

        public static void glWeightuARB​(ByteBuffer pWeights)
      • glWeightuARB

        public static void glWeightuARB​(ShortBuffer pWeights)
      • glWeightuARB

        public static void glWeightuARB​(IntBuffer pWeights)
      • glWeightPointerARB

        public static void glWeightPointerARB​(int size,
                                              int stride,
                                              DoubleBuffer pPointer)
      • glWeightPointerARB

        public static void glWeightPointerARB​(int size,
                                              int stride,
                                              FloatBuffer pPointer)
      • glWeightPointerARB

        public static void glWeightPointerARB​(int size,
                                              boolean unsigned,
                                              int stride,
                                              ByteBuffer pPointer)
      • glWeightPointerARB

        public static void glWeightPointerARB​(int size,
                                              boolean unsigned,
                                              int stride,
                                              IntBuffer pPointer)
      • glWeightPointerARB

        public static void glWeightPointerARB​(int size,
                                              boolean unsigned,
                                              int stride,
                                              ShortBuffer pPointer)
      • glWeightPointerARB

        public static void glWeightPointerARB​(int size,
                                              int type,
                                              int stride,
                                              long pPointer_buffer_offset)
      • glVertexBlendARB

        public static void glVertexBlendARB​(int count)