Browse Source

Updated the render target link

Looks like the page location has changed on the MSDN site
Devron Baldwin 7 years ago
parent
commit
6fc09e05e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/renderers/WebGLRenderTarget.html

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

@@ -11,7 +11,7 @@
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">
 		<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.
 			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
 			It is used in different effects, such as applying postprocessing to a rendered image
 			before displaying it on the screen.
 			before displaying it on the screen.