Package org.lwjgl.opengles
Class OESEGLImageExternal
java.lang.Object
org.lwjgl.opengles.OESEGLImageExternal
-
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 and EGLImageTargetTexture2DOES: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glEGLImageTargetTexture2DOES
(int target, EGLImageOES image)
-
Field Details
-
GL_TEXTURE_EXTERNAL_OES
public static final int GL_TEXTURE_EXTERNAL_OESAccepted as a target in the <target> parameter of BindTexture and EGLImageTargetTexture2DOES:- 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:
-
-
Method Details
-
glEGLImageTargetTexture2DOES
-