public final class ARBShaderStorageBufferObject extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES |
Alias for the existing token
MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS:
|
static int |
GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_SHADER_STORAGE_BLOCK_SIZE |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_SHADER_STORAGE_BARRIER_BIT |
Accepted in the <barriers> bitfield in glMemoryBarrier:
|
static int |
GL_SHADER_STORAGE_BUFFER |
Accepted by the <target> parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
|
static int |
GL_SHADER_STORAGE_BUFFER_BINDING |
Accepted by the <pname> parameter of GetIntegerv, GetIntegeri_v,
GetBooleanv, GetInteger64v, GetFloatv, GetDoublev, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
|
static int |
GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT |
Accepted by the <pname> parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
|
static int |
GL_SHADER_STORAGE_BUFFER_SIZE |
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
|
static int |
GL_SHADER_STORAGE_BUFFER_START |
Accepted by the <pname> parameter of GetIntegeri_v, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glShaderStorageBlockBinding(int program,
int storageBlockIndex,
int storageBlockBinding) |
public static final int GL_SHADER_STORAGE_BUFFER
public static final int GL_SHADER_STORAGE_BUFFER_BINDING
public static final int GL_SHADER_STORAGE_BUFFER_START
public static final int GL_SHADER_STORAGE_BUFFER_SIZE
public static final int GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS
public static final int GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS
public static final int GL_MAX_SHADER_STORAGE_BLOCK_SIZE
public static final int GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT
public static final int GL_SHADER_STORAGE_BARRIER_BIT
public static final int GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.