Package org.lwjgl.opengl
Class ARBMultiBind
java.lang.Object
org.lwjgl.opengl.ARBMultiBind
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 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)
-