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 int
ForARB_get_program_binary
,GL_PROGRAM_BINARY_FORMAT_MESA
may be returned fromGetProgramBinary
calls in thebinaryFormat
parameter 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_MESA
may be returned fromGetProgramBinary
calls in thebinaryFormat
parameter and when retrieving the value ofPROGRAM_BINARY_FORMATS
.For
OES_get_program_binary
,GL_PROGRAM_BINARY_FORMAT_MESA
may be returned fromGetProgramBinaryOES
calls in thebinaryFormat
parameter and when retrieving the value ofPROGRAM_BINARY_FORMATS_OES
.- See Also:
-