Package org.lwjgl.opengles
Class IMGProgramBinary
- java.lang.Object
-
- org.lwjgl.opengles.IMGProgramBinary
-
public final class IMGProgramBinary extends java.lang.Object
Native bindings to the IMG_program_binary extension.This extension makes available a program binary format, SGX_PROGRAM_BINARY_IMG. It enables retrieving and loading of pre-linked program objects on chips designed by Imagination Technologies.
Requires
GLES 2.0
andOES_get_program_binary
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SGX_PROGRAM_BINARY_IMG
Accepted by thebinaryFormat
parameter of ProgramBinaryOES.
-
-
-
Field Detail
-
GL_SGX_PROGRAM_BINARY_IMG
public static final int GL_SGX_PROGRAM_BINARY_IMG
Accepted by thebinaryFormat
parameter of ProgramBinaryOES.- See Also:
- Constant Field Values
-
-