Package org.lwjgl.opengles
Class MESAProgramBinaryFormats
java.lang.Object
org.lwjgl.opengles.MESAProgramBinaryFormats
Native bindings to the MESA_program_binary_formats extension.
The get_program_binary exensions require a GLenum binaryFormat. This extension documents that format for use with Mesa.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intForARB_get_program_binary,GL_PROGRAM_BINARY_FORMAT_MESAmay be returned fromGetProgramBinarycalls in thebinaryFormatparameter and when retrieving the value ofPROGRAM_BINARY_FORMATS. -
Method Summary
-
Field Details
-
GL_PROGRAM_BINARY_FORMAT_MESA
public static final int GL_PROGRAM_BINARY_FORMAT_MESAForARB_get_program_binary,GL_PROGRAM_BINARY_FORMAT_MESAmay be returned fromGetProgramBinarycalls in thebinaryFormatparameter and when retrieving the value ofPROGRAM_BINARY_FORMATS.For
OES_get_program_binary,GL_PROGRAM_BINARY_FORMAT_MESAmay be returned fromGetProgramBinaryOEScalls in thebinaryFormatparameter and when retrieving the value ofPROGRAM_BINARY_FORMATS_OES.- See Also:
-