随笔分类 -  Direct3D

D3D Learning_01_CreateWindow
摘要:1 // Learn_01_CreateWindow.cpp : Defines the entry point for the application. 2 // 3 4 #include "stdafx.h" 5 #include 6 #include "resource.h" 7 8 9 //---------------------------... 阅读全文
posted @ 2017-03-10 09:42 Jason_c 阅读(338) 评论(0) 推荐(0)
D3D中一些接口的变化和VS配置关联的方法
摘要:一、一些改变 #include <xnamath.h> 改为了 #include <DirectXMath.h> 二、vs关联 步骤: 1、选择工程的Properties, 2、更改VC++ Dirextories 中的 Include Directories 和 Library Directori 阅读全文
posted @ 2017-03-09 14:51 Jason_c 阅读(290) 评论(0) 推荐(0)