소스 검색

Merge pull request #38299 from m4gr3d/update_external_texture_documentation

Update the ExternalTexture documentation
Rémi Verschelde 5 년 전
부모
커밋
fc5dad44ad
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      doc/classes/ExternalTexture.xml

+ 3 - 1
doc/classes/ExternalTexture.xml

@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <?xml version="1.0" encoding="UTF-8" ?>
 <class name="ExternalTexture" inherits="Texture" version="3.2">
 <class name="ExternalTexture" inherits="Texture" version="3.2">
 	<brief_description>
 	<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>
 	</brief_description>
 	<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>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>