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

32 lines
808 B
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class NVEGLStreamConsumerExternal {
/**
* Accepted as a target in the <target> parameter of BindTexture:
*/
public static final int GL_TEXTURE_EXTERNAL_OES = 0x8D65;
/**
* Returned in the <type> parameter of GetActiveUniform:
*/
public static final int GL_SAMPLER_EXTERNAL_OES = 0x8D66;
/**
* Accepted as <value> in GetIntegerv() and GetFloatv() queries:
*/
public static final int GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67;
/**
* Accepted as <value> in GetTexParameter*() queries:
*/
public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68;
private NVEGLStreamConsumerExternal() {}
}