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

18 lines
411 B
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class EXTShaderFramebufferFetch {
/**
* Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
* and GetDoublev:
*/
public static final int GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT = 0x8A52;
private EXTShaderFramebufferFetch() {}
}