Merge pull request #38299 from m4gr3d/update_external_texture_documentation

Update the ExternalTexture documentation
This commit is contained in:
Rémi Verschelde 2020-04-29 09:15:13 +02:00 committed by GitHub
commit fc5dad44ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ExternalTexture" inherits="Texture" version="3.2">
<brief_description>
Adds support for external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt
Enable OpenGL ES external texture extension.
</brief_description>
<description>
Enable support for the OpenGL ES external texture extension as defined by [url=https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt]OES_EGL_image_external[/url].
[b]Note:[/b] This is only supported for Android platforms.
</description>
<tutorials>
</tutorials>