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

org.lwjgl.opengles.OESDepth24 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 OES_depth24 extension.
 * 
 * 

This extension enables 24-bit depth components as a valid render buffer storage format.

*/ public final class OESDepth24 { /** Accepted by the {@code internalformat} parameter of RenderbufferStorageOES. */ public static final int GL_DEPTH_COMPONENT24_OES = 0x81A6; private OESDepth24() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy