-
DirectDraw1
说明: DirectDraw编程方法与技巧.pdf(DirectDraw programming methods and techniques. Pdf)
- 2008-09-04 23:54:32下载
- 积分:1
-
D3DPoker
D3D扑克小游戏,自主研发的D3D小游戏,实现D3D基础,注解非常清楚(D3D poker game, and independent R )
- 2020-07-04 03:40:02下载
- 积分:1
-
Direct X 7 fire Screen FX c/c
Direct X 7 fire Screen FX c/c
- 2022-06-17 14:29:42下载
- 积分:1
-
DxLibSample
有关于利用DXLIB编辑图形界面讲解,其中包含样例程序(Have to explain the use of DXLIB edit graphical interface, which contains a sample program)
- 2012-11-05 06:44:58下载
- 积分:1
-
DirectX中文手册
chm 版
DirectX中文手册
chm 版 -DirectX Chinese version of the manual chm
- 2022-03-21 22:38:58下载
- 积分:1
-
用DriverStudio开发PCI设备驱动程序
用DriverStudio开发PCI设备驱动程序-DriverStudio development with PCI Device Driver
- 2022-06-26 00:20:36下载
- 积分:1
-
最基本的direct draw 游戏编程入门,很好的参考,对于初学者。...
最基本的direct draw 游戏编程入门,很好的参考,对于初学者。-basic game programming draw direct entry, a good reference for beginners.
- 2022-03-19 00:21:14下载
- 积分:1
-
produced directshow player, can play all kinds of audio and video
directshow制作的播放器,可以播放各类音视频-produced directshow player, can play all kinds of audio and video
- 2022-02-04 01:07:42下载
- 积分:1
-
Direct3D的物理模拟
direct3d物理模拟-Direct3D physical simulation
- 2022-07-09 05:47:58下载
- 积分:1
-
d3d9wj
#include <windows.h>
#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