org.lwjgl.opengles.EXTTextureSRGBRG8 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengles Show documentation
Show all versions of lwjgl-opengles Show documentation
A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.
/*
* 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 EXT_texture_sRGB_RG8 extension.
*
* This extension introduces SRG8_EXT as an acceptable internal format. This allows efficient sRGB sampling for source images stored with 2 channels.
*
* Requires {@link GLES30 GLES 3.0}.
*/
public final class EXTTextureSRGBRG8 {
public static final int GL_SRG8_EXT = 0x8FBE;
private EXTTextureSRGBRG8() {}
}