-
d3d9wj
说明: #include
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
Developing-a-GUI-in-CPP-and-DirectX
Developing a GUI in C++ and DirectX
- 2014-01-15 12:25:57下载
- 积分:1
-
code
游戏编程精粹4书对应的代码,里面主要是对应书中的例子代码实现,大家分享下(Game Programming Gems 4 corresponding to the code book, which mainly corresponds to the book' s example code, share with)
- 2011-07-03 19:08:10下载
- 积分:1
-
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈...
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈-Implementation of this process of dynamic reflection, that is, in the shadow of Direct programming of the specific implementation body, you just want to study programming to help have ha
- 2022-04-08 07:10:53下载
- 积分:1
-
我初学vc时实现windows窗口的代码。
我初学vc时实现windows窗口的代码。-when I realize that when vc windows window code.
- 2023-01-22 13:55:03下载
- 积分:1
-
播放波形文件直接从资源通过DirectSound通过directsoun…
Playing Wave Files Directly From The Resource via DirectSound通过DirectSound函数从资源中播放Wave声音文件-Playing Wave Files Directly From The Resource via DirectSound through DirectSound function from the resource Wave broadcast sound files
- 2022-03-11 11:42:32下载
- 积分:1
-
demonstrate how to use Direct3D 2DTile exaggerated form of maps.
演示如何利用Direct3D渲染2DTile方式组织的地图。-demonstrate how to use Direct3D 2DTile exaggerated form of maps.
- 2023-07-16 06:15:04下载
- 积分:1
-
一个简单的DX的程序
一个简单的DX的程序-a simple procedure DX
- 2023-03-10 09:00:03下载
- 积分:1
-
vc6+dx9实现图片随风飘动的效果,可以用于游戏里的旗帜,衣服等动态表现...
vc6+dx9实现图片随风飘动的效果,可以用于游戏里的旗帜,衣服等动态表现-vc6+ dx9 picture realize the effect of the wind flapping, can be used in the banner of game, clothing and so dynamic performance
- 2022-07-19 22:44:01下载
- 积分:1
-
Direct Sound mixing audio collection and achieve
Direct Sound音频采集和混音实现-Direct Sound mixing audio collection and achieve
- 2022-03-07 02:53:54下载
- 积分:1