会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
13 years C/C++/C# programing, focus on embedded and mobile device development.
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2018年4月12日
C语言调用DIRECT3D的实例代码,通过lpVtbl字段进行
摘要: m_pDirect3D9 = Direct3DCreate9(D3D_SDK_VERSION); int w = 1920; int h = 1080; D3DPRESENT_PARAMETERS d3dpp; ZeroMemory(&d3dpp, sizeof(d3dpp)); d3dpp.Bac
阅读全文
posted @ 2018-04-12 10:38 woaiusd
阅读(430)
评论(0)
推荐(0)
编辑