org.lwjgl.opengles.OESTextureFloat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class OESTextureFloat {
/**
* Accepted by the <type> parameter of TexImage2D, TexSubImage2D,
* TexImage3D, and TexSubImage3D:
*/
public static final int GL_FLOAT = 0x1406;
private OESTextureFloat() {}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy