public final class ARBGetProgramBinary extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_NUM_PROGRAM_BINARY_FORMATS |
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev:
|
static int |
GL_PROGRAM_BINARY_FORMATS |
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev:
|
static int |
GL_PROGRAM_BINARY_LENGTH |
Accepted by the <pname> parameter of GetProgramiv:
|
static int |
GL_PROGRAM_BINARY_RETRIEVABLE_HINT |
Accepted by the <pname> parameter of ProgramParameteri and
GetProgramiv:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glGetProgramBinary(int program,
IntBuffer length,
IntBuffer binaryFormat,
ByteBuffer binary) |
|
static void |
glProgramBinary(int program,
int binaryFormat,
ByteBuffer binary) |
|
static void |
glProgramParameteri(int program,
int pname,
int value) |
public static final int GL_PROGRAM_BINARY_RETRIEVABLE_HINT
public static final int GL_PROGRAM_BINARY_LENGTH
public static final int GL_NUM_PROGRAM_BINARY_FORMATS
public static final int GL_PROGRAM_BINARY_FORMATS
public static void glGetProgramBinary(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary)
public static void glProgramBinary(int program, int binaryFormat, ByteBuffer binary)
public static void glProgramParameteri(int program, int pname, int value)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.