瀏覽代碼

Updated the render target link

Looks like the page location has changed on the MSDN site
Devron Baldwin 7 年之前
父節點
當前提交
6fc09e05e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/renderers/WebGLRenderTarget.html

+ 1 - 1
docs/api/renderers/WebGLRenderTarget.html

@@ -11,7 +11,7 @@
 		<h1>[name]</h1>
 
 		<div class="desc">
-			A [link:https://msdn.microsoft.com/en-us/library/bb976073.aspx render target] is a buffer
+			A [link:https://msdn.microsoft.com/en-us/library/ff604997.aspx render target] is a buffer
 			where the video card draws pixels for a scene that	is being rendered in the background.
 			It is used in different effects, such as applying postprocessing to a rendered image
 			before displaying it on the screen.