Package org.lwjgl.opengles
Class MESAProgramBinaryFormats
- java.lang.Object
-
- org.lwjgl.opengles.MESAProgramBinaryFormats
-
public final class MESAProgramBinaryFormats extends java.lang.Object
Native bindings to the MESA_program_binary_formats extension.The
get_program_binary
exensions require aGLenum
binaryFormat
. This extension documents that format for use with Mesa.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_PROGRAM_BINARY_FORMAT_MESA
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
.
-
-
-
Field Detail
-
GL_PROGRAM_BINARY_FORMAT_MESA
public static final int GL_PROGRAM_BINARY_FORMAT_MESA
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
.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:
- Constant Field Values
-
-