Skip to content

kw0006667/DirectX12-StepByStep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirectX 12 Step by Step

This project also portted from the example of DirectX 12 official MSDN website in order to easy know every parts of code and how does it work.

What you can know

  • Create a basic window.
  • Initialize the pipeline and assets for DirectX 12.
  • Create your first object in view.
  • Create and compile your first shader with HLSL.
  • Transform your object.
  • Load your assets(like texture) and apply on your object.
  • Create a light.

Preparation

  • Visual Studio 2017
  • Windows 10 SDK
  • Graphic Card
    • Please maks sure the drive of your graphic card is compatible with WDDM 2.0(or above). For more detail, please see the introduction on MSDN.
  • DirectX 12 Helper Header
    • You can download it from the official webside. It helps you to easy initialize DirectX 12 component.
    • NOTE : We also put it in the example project, but not guarentee it is latest if there is any update from official.

Lessons

Feedback

If you have any feedback or you want to know more details about the lessons, please create an issue withl lesson's number. I will add more explaination in the comments or markdown feils.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published