3D Fundamentals Tutorial 9

From Chilipedia
Revision as of 22:00, 30 September 2017 by Chili (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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