Class ARBMultiBind

java.lang.Object
org.lwjgl.opengl.ARBMultiBind

public final class ARBMultiBind extends Object
  • Method Details

    • glBindBuffersBase

      public static void glBindBuffersBase(int target, int first, int count, IntBuffer buffers)
    • glBindBuffersRange

      public static void glBindBuffersRange(int target, int first, int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes)
    • glBindTextures

      public static void glBindTextures(int first, int count, IntBuffer textures)
    • glBindSamplers

      public static void glBindSamplers(int first, int count, IntBuffer samplers)
    • glBindImageTextures

      public static void glBindImageTextures(int first, int count, IntBuffer textures)
    • glBindVertexBuffers

      public static void glBindVertexBuffers(int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)