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

17 lines
344 B
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class NVPlatformBinary {
/**
* Accepted by the <binaryformat> parameter of ShaderBinary:
*/
public static final int GL_NVIDIA_PLATFORM_BINARY_NV = 0x890B;
private NVPlatformBinary() {}
}