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