Package org.lwjgl.opengl
Class ARBMultiBind
- java.lang.Object
-
- org.lwjgl.opengl.ARBMultiBind
-
public final class ARBMultiBind extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglBindBuffersBase(int target, int first, int count, IntBuffer buffers)static voidglBindBuffersRange(int target, int first, int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes)static voidglBindImageTextures(int first, int count, IntBuffer textures)static voidglBindSamplers(int first, int count, IntBuffer samplers)static voidglBindTextures(int first, int count, IntBuffer textures)static voidglBindVertexBuffers(int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
-
-
-
Method Detail
-
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)
-
-