public final class EXTBindableUniform
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_MAX_BINDABLE_UNIFORM_SIZE_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
|
static int |
GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
|
static int |
GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
|
static int |
GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
|
static int |
GL_UNIFORM_BUFFER_BINDING_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
|
static int |
GL_UNIFORM_BUFFER_EXT
Accepted by the <target> parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
|
Modifier and Type | Method and Description |
---|---|
static int |
glGetUniformBufferSizeEXT(int program,
int location) |
static long |
glGetUniformOffsetEXT(int program,
int location) |
static void |
glUniformBufferEXT(int program,
int location,
int buffer) |
public static final int GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT
public static final int GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT
public static final int GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT
public static final int GL_MAX_BINDABLE_UNIFORM_SIZE_EXT
public static final int GL_UNIFORM_BUFFER_BINDING_EXT
public static final int GL_UNIFORM_BUFFER_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.