Package org.lwjgl.opengles
Class OESEGLImageExternal
java.lang.Object
org.lwjgl.opengles.OESEGLImageExternal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as <value> in GetTexParameter*() queries:static final intReturned in the <type> parameter of GetActiveUniform:static final intAccepted as <value> in GetIntegerv() and GetFloatv() queries:static final intAccepted as a target in the <target> parameter of BindTexture and EGLImageTargetTexture2DOES: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglEGLImageTargetTexture2DOES(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
-