C++ 3D Game Tutorial 7: Creating 3D Engine - Vertex Shader

Опубликовано: 21 Февраль 2019
на канале: PardCode
14,351
232

SUPPORT ON PATREON:   / pardcode  

GITHUB: https://github.com/pardcode/CPP-3D-Ga...

DISCORD SERVER:   / discord  

DESCRIPTION:
Hello everyone!
In this seventh video tutorial we will see what is and how to create a vertex shader with our Graphics Engine by using the DirectX 11 API!
In particular we will see how we can use it to transform
the various vertices that we pass through vertex buffer,
what are shaders in general and how
they influence the execution of
graphics pipeline!

DIRECTX SDK JUN 2010 : https://www.microsoft.com/en-us/downl...

GITHUB CODE: https://github.com/PardCode/CPP-3D-Ga...

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:48 Requirements
1:14 Design
7:55 Implementation
26:15 Final Result
30:04 End