-
使用 D3D实现的水的特效.很不错的代码,值得大家
使用 D3D实现的水的特效.很不错的代码,值得大家-D3D realize the use of water effects. Very good code, it is worth U.S.
- 2022-01-25 22:11:05下载
- 积分:1
-
BCB_directshow
BCB中的 directshow多路视频采集(BCB in the multi-channel video capture directshow)
- 2013-06-09 15:01:34下载
- 积分:1
-
direct
QT+directshow实现UVS摄像头预览及显示图像(Realization of UVS Camera Preview and Display Image by QT+directshow)
- 2020-07-10 14:38:56下载
- 积分:1
-
D3DPoker
D3D扑克小游戏,自主研发的D3D小游戏,实现D3D基础,注解非常清楚(D3D poker game, and independent R )
- 2020-07-04 03:40:02下载
- 积分:1
-
使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就...
使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就可以访问与每个表面相关的内存。-using DirectDraw line drawing. The surface is a linear arrangement on the block of memory, it can use a char array to describe. By calling IDirectDrawSurface : : Lock () method, we can visit with each surface-associated memory.
- 2022-09-13 07:30:03下载
- 积分:1
-
COM+编程技术内幕 学习COM+的好资料
COM+编程技术内幕 学习COM+的好资料-COM programming technology learning insider information COM good
- 2022-02-24 22:39:51下载
- 积分:1
-
rain_snow_nature
用vc++和directx实现雨、雪等自然环境的特效(this is a program which describe the nature of rainning and snow.It is very important to the people who is learning
the program of directx
)
- 2009-06-06 11:47:12下载
- 积分:1
-
HGE中文显示解决,可以选择字体也可以改变大小,矢量和位图渲染...
HGE中文显示解决,可以选择字体也可以改变大小,矢量和位图渲染-HGE Chinese display solutions, you can choose the font can also change the size of vector and bitmap rendering
- 2022-03-03 23:15:53下载
- 积分: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
-
Teach-Yourself-DirectX-7-in-24-Hours
Teach Yourself DirectX 7 in 24 Hours E-book
- 2012-09-06 21:14:28下载
- 积分:1