Package org.lwjgl.opengles
Class IMGProgramBinary
java.lang.Object
org.lwjgl.opengles.IMGProgramBinary
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
and OES_get_program_binary
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by thebinaryFormat
parameter of ProgramBinaryOES. -
Method Summary
-
Field Details
-
GL_SGX_PROGRAM_BINARY_IMG
public static final int GL_SGX_PROGRAM_BINARY_IMGAccepted by thebinaryFormat
parameter of ProgramBinaryOES.- See Also:
-