public final class ARBTextureBufferRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_TEXTURE_BUFFER_OFFSET
Accepted by the <pname> parameter of GetTexLevelParameter:
|
static int |
GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
|
static int |
GL_TEXTURE_BUFFER_SIZE
Accepted by the <pname> parameter of GetTexLevelParameter:
|
Modifier and Type | Method and Description |
---|---|
static void |
glTexBufferRange(int target,
int internalformat,
int buffer,
long offset,
long size) |
static void |
glTextureBufferRangeEXT(int texture,
int target,
int internalformat,
int buffer,
long offset,
long size) |
public static final int GL_TEXTURE_BUFFER_OFFSET
public static final int GL_TEXTURE_BUFFER_SIZE
public static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.