-
directsound手册.pdf 参考
directsound手册.pdf 参考-DirectSound manual. pdf reference
- 2022-03-17 17:06:02下载
- 积分:1
-
一开始是电子书谈论游戏
a ebook talking about beginning game with direcx -a ebook talking about beginning game with direcx
- 2022-03-19 04:36:43下载
- 积分:1
-
这个压缩包里包含了几个Direct编程中关于纹理贴图的小程序,希望在你刚学习Direct编程时作为参考哈...
这个压缩包里包含了几个Direct编程中关于纹理贴图的小程序,希望在你刚学习Direct编程时作为参考哈-The compression bag contains some programming Direct texture mapping on a small procedure, you just want to study as a reference when programming Direct Ha
- 2022-01-27 15:40:15下载
- 积分:1
-
Produced by the use of Direct3D terrain procedures, have a great help for beginn...
利用Direct3D制作的地形程序,对初学者有很大的帮助-Produced by the use of Direct3D terrain procedures, have a great help for beginners
- 2022-09-01 09:00:04下载
- 积分:1
-
d3dx9_31
DirectX File for users
- 2018-12-30 10:45:35下载
- 积分:1
-
vb写的基于DrirxtX的3D 程序的 例子
很不错的,适合初学者哦 下下来自己看吧!...
vb写的基于DrirxtX的3D 程序的 例子
很不错的,适合初学者哦 下下来自己看吧!-vb was based DrirxtX 3D program examples were quite good. for beginners, oh down under its own exciting!
- 2023-08-31 09:20:03下载
- 积分:1
-
用DShow同时进行视频预览和捕捉 .rar
用DShow同时进行视频预览和捕捉 .rar-DShow simultaneously with video preview and capture. Rar
- 2022-03-13 02:29:22下载
- 积分:1
-
Directshow(SDK)study
一个基于directshow的学习笔记功能强大,仅供参考(Directshow based the powerful study notes, for reference only)
- 2013-03-25 13:18:36下载
- 积分: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
-
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程....
关于DirectX中DirectDraw的运用,用MFC框架写的,特别适合熟悉VC的朋友学习DirectX编程.-DirectDraw DirectX on the use of MFC framework used to write, especially for a friend familiar with the VC learning DirectX programming.
- 2022-03-24 14:57:52下载
- 积分:1