Package org.lwjgl.opengl
Class ARBMultiBind
java.lang.Object
org.lwjgl.opengl.ARBMultiBind
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindBuffersBase
(int target, int first, int count, IntBuffer buffers) static void
glBindBuffersRange
(int target, int first, int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes) static void
glBindImageTextures
(int first, int count, IntBuffer textures) static void
glBindSamplers
(int first, int count, IntBuffer samplers) static void
glBindTextures
(int first, int count, IntBuffer textures) static void
glBindVertexBuffers
(int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
-
Method Details
-
glBindBuffersBase
-
glBindBuffersRange
public static void glBindBuffersRange(int target, int first, int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes) -
glBindTextures
-
glBindSamplers
-
glBindImageTextures
-
glBindVertexBuffers
public static void glBindVertexBuffers(int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
-