-
DirectX9入门教程
DirectX9入门教程-[Beginning.DirectX9][EN].pdf-DirectX9 Tutorial- [Beginning.DirectX9] [EN]. Pdf
- 2023-05-15 05:15:03下载
- 积分:1
-
用delphi开发的directx程序
directdound 演示程序
用delphi开发的directx程序
directdound 演示程序-developed using DirectX procedures directdound Demonstration Program
- 2022-02-10 11:09:05下载
- 积分:1
-
directsound
directsound手册.pdf 参考(DirectSound manual. pdf reference)
- 2008-07-17 16:16:58下载
- 积分:1
-
XAudio2Sound3D
DirectX SDK中的例子,演示了多方向立体声的播放。用于学习DirectX的编程,运行需要安装DirectX SDK 2008。(DirectX SDK械樱 示 硕 喾?牟拧学魏DirectX谋蹋要 讜讜 DirectX SDK 2008)
- 2008-08-09 14:09:02下载
- 积分:1
-
DirectX
《DirectX+游戏开发终极指南》是本好书,这是该书的exe电子书+网页版+源码,希望对初学者有所帮助……这网站的上传对名字的要求还真是蛋疼……(" DirectX+ game development Ultimate Guide" is a good book, that' s the exe e-book+ Web Edition+ source code, want to help beginners ... ... this site to upload requirements on the name really is egg hurts ... ...)
- 2010-06-17 13:14:59下载
- 积分:1
-
A windows Mobile platform mp3 decoder.
一个windows Mobile平台上mp3解码器.-A windows Mobile platform mp3 decoder.
- 2022-02-13 20:12:51下载
- 积分:1
-
DirectShow视频音频聊天
directshow 实现远程视音频聊天-DirectShow remote video and audio chat
- 2022-01-31 19:02:48下载
- 积分:1
-
DirectX 3D游戏,完整,)的功能
DirectX 3D游戏,完整,)的功能-DirectX 3D game, complete,) the function
- 2023-08-10 17:15:04下载
- 积分: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
-
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