|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.EXTBindableUniform
public final class EXTBindableUniform
Field Summary | |
---|---|
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: |
Method Summary | |
---|---|
static int |
glGetUniformBufferSizeEXT(int program,
int location)
|
static long |
glGetUniformOffsetEXT(int program,
int location)
|
static void |
glUniformBufferEXT(int program,
int location,
int buffer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static void glUniformBufferEXT(int program, int location, int buffer)
public static int glGetUniformBufferSizeEXT(int program, int location)
public static long glGetUniformOffsetEXT(int program, int location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |