public final class ARBMultiBind
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
glBindBuffersBase(int target,
int first,
int count,
java.nio.IntBuffer buffers) |
static void |
glBindBuffersRange(int target,
int first,
int count,
java.nio.IntBuffer buffers,
PointerBuffer offsets,
PointerBuffer sizes) |
static void |
glBindImageTextures(int first,
int count,
java.nio.IntBuffer textures) |
static void |
glBindSamplers(int first,
int count,
java.nio.IntBuffer samplers) |
static void |
glBindTextures(int first,
int count,
java.nio.IntBuffer textures) |
static void |
glBindVertexBuffers(int first,
int count,
java.nio.IntBuffer buffers,
PointerBuffer offsets,
java.nio.IntBuffer strides) |
public static void glBindBuffersBase(int target, int first, int count, java.nio.IntBuffer buffers)
public static void glBindBuffersRange(int target, int first, int count, java.nio.IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes)
public static void glBindTextures(int first, int count, java.nio.IntBuffer textures)
public static void glBindSamplers(int first, int count, java.nio.IntBuffer samplers)
public static void glBindImageTextures(int first, int count, java.nio.IntBuffer textures)
public static void glBindVertexBuffers(int first, int count, java.nio.IntBuffer buffers, PointerBuffer offsets, java.nio.IntBuffer strides)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.