Difference between revisions of "3D Fundamentals Tutorial 9"

From Chilipedia
Jump to: navigation, search
(Created page with "In this tutorial we incorporate our first shader stage into the 3D pipeline: the pixel shader stage. We also explore some basic example pixel shaders (more heavy-duty stuff to...")
 
Line 3: Line 3:
 
== Video ==
 
== Video ==
  
The tutorial video is on YouTube [https://www.youtube.com/watch?v=aeU8eVAExMQ here].
+
The tutorial video is on YouTube [https://youtu.be/pef2405M-os here].
  
 
== Downloads ==
 
== Downloads ==

Revision as of 22:38, 30 September 2017

In this tutorial we incorporate our first shader stage into the 3D pipeline: the pixel shader stage. We also explore some basic example pixel shaders (more heavy-duty stuff to come later).

Video

The tutorial video is on YouTube here.

Downloads

The GitHub repository for the tutorial code is here.

See also