public final class OESGetProgramBinary extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_NUM_PROGRAM_BINARY_FORMATS_OES
Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
|
static int |
GL_PROGRAM_BINARY_FORMATS_OES
Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
|
static int |
GL_PROGRAM_BINARY_LENGTH_OES
Accepted by the <pname> parameter of GetProgramiv:
|
| Modifier and Type | Method and Description |
|---|---|
static void |
glGetProgramBinaryOES(int program,
IntBuffer length,
IntBuffer binaryFormat,
ByteBuffer binary) |
static void |
glProgramBinaryOES(int program,
int binaryFormat,
ByteBuffer binary) |
public static final int GL_PROGRAM_BINARY_LENGTH_OES
public static final int GL_NUM_PROGRAM_BINARY_FORMATS_OES
public static final int GL_PROGRAM_BINARY_FORMATS_OES
public static void glGetProgramBinaryOES(int program,
IntBuffer length,
IntBuffer binaryFormat,
ByteBuffer binary)
public static void glProgramBinaryOES(int program,
int binaryFormat,
ByteBuffer binary)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.