이 책의사서 공부하면 예제를 만든 아래의 사이트를 준다.

https://github.com/d3dcoder/d3d12book

 

GitHub - d3dcoder/d3d12book: Sample code for the book "Introduction to 3D Game Programming with DirectX 12"

Sample code for the book "Introduction to 3D Game Programming with DirectX 12" - GitHub - d3dcoder/d3d12book: Sample code for the book "Introduction to 3D Game Programming with Direc...

github.com

이걸 사용하는 버전은 Visual studio 2015인데 내가 사용하는 버전은 Visual studio 2019버전이다.

여기서 세 가지 문제점이 나타났다.

 

문제 1. Box예제를 그대로 옮겨 왔는데 다음과 같은 문제점이 나타났다.

 

&에 l-value가 있어야 된다는 오류다.

- 해결방법

준수모드를 "기준값"으로 바꿔주면 된다.

문제2.

이러한 에러가 났다.

-해결방법

콘솔로 되어있을 것이다.

창으로 바꾸면 된다.

 

 

문제3.

이러한 에러가 났다.

-해결방법

Shader 폴더 위치 때문에 생김

+ Recent posts