org.lwjgl.opengles.ARMMaliProgramBinary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.lwjgl.opengles Show documentation
Show all versions of org.lwjgl.opengles Show documentation
LWJGL OSGi bundle (OpenGL ES bindings)
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengles;
/**
* Native bindings to the ARM_mali_program_binary extension.
*
* The OES_get_program_binary extension enables applications to retrieve program binaries using GetProgramBinaryOES and reload them using
* ProgramBinaryOES.
*
* The mechanism for retrieval and reloading of program binaries is vendor agnostic, but the binary format itself is vendor specific.
*
* This extension adds a token to identify program binaries that are compatible with the ARM Mali family of GPUs.
*
* Requires {@link GLES20 GLES 2.0} and {@link OESGetProgramBinary OES_get_program_binary}.
*/
public final class ARMMaliProgramBinary {
/** Accepted by the {@code binaryFormat} parameter of ProgramBinaryOES. */
public static final int GL_MALI_PROGRAM_BINARY_ARM = 0x8F61;
private ARMMaliProgramBinary() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy