Skip to content

Updated framework made by Frank D Luna.

Notifications You must be signed in to change notification settings

zibo-ye/D3D11CodeSet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3D11CodeSet

Current Status

  • Chapter 1 to 13 has been updated
  • Now working on chapter 14 to end

If it doesn't compile

  • DirectXTK.lib file inside Common folder is built on Debug mode, x64. If you have x86 OS, get DirectXTK from [here] (https://github.com/Microsoft/DirectXTK) and build it to get lib file.
  • Go to Project Properties -> Linker -> Input. Then add "DirectXTK.lib" in Additional Dependencies
  • Copy resource files to Debug folder.
  • Go to Project Properties -> Debugging -> Working Directory and set it to -> $(SolutionDir)$(Configuration)\
  • If above doesn't work, open the issue with build/compile error messages copy & pasted

About

Updated framework made by Frank D Luna.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.4%
  • HLSL 36.3%
  • C 0.3%