Package org.lwjgl.opengles
Class NVEGLStreamConsumerExternal
java.lang.Object
org.lwjgl.opengles.NVEGLStreamConsumerExternal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as <value> in GetTexParameter*() queries:static final int
Returned in the <type> parameter of GetActiveUniform:static final int
Accepted as <value> in GetIntegerv() and GetFloatv() queries:static final int
Accepted as a target in the <target> parameter of BindTexture: -
Method Summary
-
Field Details
-
GL_TEXTURE_EXTERNAL_OES
public static final int GL_TEXTURE_EXTERNAL_OESAccepted as a target in the <target> parameter of BindTexture:- See Also:
-
GL_SAMPLER_EXTERNAL_OES
public static final int GL_SAMPLER_EXTERNAL_OESReturned in the <type> parameter of GetActiveUniform:- See Also:
-
GL_TEXTURE_BINDING_EXTERNAL_OES
public static final int GL_TEXTURE_BINDING_EXTERNAL_OESAccepted as <value> in GetIntegerv() and GetFloatv() queries:- See Also:
-
GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES
public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OESAccepted as <value> in GetTexParameter*() queries:- See Also:
-