3D Fundamentals Tutorial 9

From Chilipedia
Revision as of 19:38, 1 June 2020 by R vdw (Talk | contribs) (Video)

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.

[Expand]
  • What is a Pixel Shader and why is it used? 0:20
  • Refactoring of the gfx.PutPixel(...) function in Pipeline.h<code> 2:04

</div>

Downloads

The GitHub repository for the tutorial code is here.

See also