All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengles.ARMMaliProgramBinary Maven / Gradle / Ivy

Go to download

A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.

There is a newer version: 3.3.4
Show 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 - 2024 Weber Informatics LLC | Privacy Policy