public final class DMPProgramBinary
extends java.lang.Object
This extension enables loading precompiled program binaries compatible with chips designed by Digital Media Professionals Inc.
Requires GLES 2.0 and OES_get_program_binary.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_DMP_PROGRAM_BINARY_DMP
Accepted by the
binaryFormat parameter of ProgramBinaryOES. |
static int |
GL_SMAPHS_PROGRAM_BINARY_DMP
Accepted by the
binaryFormat parameter of ProgramBinaryOES. |
static int |
GL_SMAPHS30_PROGRAM_BINARY_DMP
Accepted by the
binaryFormat parameter of ProgramBinaryOES. |
public static final int GL_SMAPHS30_PROGRAM_BINARY_DMP
binaryFormat parameter of ProgramBinaryOES.public static final int GL_SMAPHS_PROGRAM_BINARY_DMP
binaryFormat parameter of ProgramBinaryOES.public static final int GL_DMP_PROGRAM_BINARY_DMP
binaryFormat parameter of ProgramBinaryOES.Copyright LWJGL. All Rights Reserved. License terms.