[IMPORTANT]: NEW VERSION (2025) of C++ 3D Game Tutorial Series available here: • C++ 3D Game Tutorial Series: 1 | Creating ...
This video is part of the previous series. Videos from that version feature an exclamation point icon in the top-right corner of their thumbnails, which should help distinguish them from the new ones.
SUPPORT ON PATREON: / pardcode
DISCORD SERVER: / discord
DESCRIPTION:
Hello everyone!
In this eighth video tutorial we will see what is and how to create and use a pixel shader with our Graphics Engine by using the DirectX 11 API!
In particular we will see how we can use it to color the surface of our quad, initally by filling our polygon with one color, and then with four colors, one for each vertex.
ENTIRE TUTORIAL SERIES: • C++ 3D Game Tutorial Series From Scratch
I hope you'll enjoy this tutorial!
----------------------------------------------------------------------------
PATREON PAGE: / pardcode
TWITTER PAGE: / pardcode
Chapters:
0:00 Intro
0:50 Requirements
1:15 Design
6:54 Implementation
23:37 Final Result
24:23 End