-
使用汇编编写directdraw程序
使用汇编编写directdraw程序-Directdraw program which has used ASM
- 2022-08-04 03:26:22下载
- 积分:1
-
Directx 贴图技术列子
Directx 贴图技术列子-DirectX mapping technology Liezi
- 2022-08-11 02:05:48下载
- 积分:1
-
一个完整的游戏程序源代码,一个打飞机的小游戏
一个完整的游戏程序源代码,一个打飞机的小游戏-a complete game source code, a small aircraft of the game
- 2022-06-12 12:04:57下载
- 积分:1
-
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA)...
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-01-26 19:22:15下载
- 积分:1
-
用vc进行游戏开发.图形采用dirextx方式.需要配置dirextx sdk.实现arpg的游戏模式.对想学习virtual c++游戏设计的朋友有一定的帮助...
用vc进行游戏开发.图形采用dirextx方式.需要配置dirextx sdk.实现arpg的游戏模式.对想学习virtual c++游戏设计的朋友有一定的帮助.-vc used for game development. Dirextx graphics mode. Configure dirextx sdk. Arpg realize the game. Right c want to learn game design virtual friends can help.
- 2022-12-07 00:50:02下载
- 积分:1
-
VC5.0下实现DirectSound
VC5.0下实现DirectSound -VC5.0 under DirectSound
- 2022-04-21 15:04:18下载
- 积分:1
-
DirectX9动画编程,缺乏。××文件,他可以找到一个地方…
DirectX9动画编程,缺少.x文件,可找一个代替,名字可以在程序中寻找。-DirectX9 animation programming, the lack of. X documents, he could find a place name in the search process.
- 2023-03-09 07:15:03下载
- 积分:1
-
学习directx的光照效果源程序, 显示spotlight光照效果,在directx8环境下编译...
学习directx的光照效果源程序, 显示spotlight光照效果,在directx8环境下编译-Directx study the effect of the light source, spotlight illumination effects show that, in the circumstances directx8 compiler
- 2022-07-21 13:29:12下载
- 积分:1
-
光捕获程序Direct3D好坐标变换学习材料
光线捕捉 direct3d小程序 坐标变换学习的好材料-Light capture applet Direct3D good coordinate transformation learning materials
- 2022-07-04 16:02:54下载
- 积分:1
-
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