Package org.lwjgl.opengles
Class IMGProgramBinary
- java.lang.Object
-
- org.lwjgl.opengles.IMGProgramBinary
-
public final class IMGProgramBinary extends java.lang.ObjectNative 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.0andOES_get_program_binary.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_SGX_PROGRAM_BINARY_IMGAccepted by thebinaryFormatparameter of ProgramBinaryOES.
-
-
-
Field Detail
-
GL_SGX_PROGRAM_BINARY_IMG
public static final int GL_SGX_PROGRAM_BINARY_IMG
Accepted by thebinaryFormatparameter of ProgramBinaryOES.- See Also:
- Constant Field Values
-
-