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

17 lines
345 B
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class IMGProgramBinary {
/**
* Accepted by the <binaryFormat> parameter of ProgramBinaryOES:
*/
public static final int GL_SGX_PROGRAM_BINARY_IMG = 0x9130;
private IMGProgramBinary() {}
}