Metroids/etc/lwjgl-2.9.1/src/generated/org/lwjgl/opengles/EXTTextureType2101010REV.java

17 lines
371 B
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class EXTTextureType2101010REV {
/**
* Accepted by the <type> parameter of TexImage2D and TexImage3D:
*/
public static final int GL_UNSIGNED_INT_2_10_10_10_REV_EXT = 0x8368;
private EXTTextureType2101010REV() {}
}