-
A book is rarely written alone although a title might have one author, there are...
A book is rarely written alone although a title might have one author, there are a host of midwives who help it into being. First and foremost, thanks go to the Microsoft DirectShow team, who created this technology, and especially to the following members who contributed specifically to this project: Syon Bhattacharya, John Carothers, Alok Chakrabarti, Ben Ellett, Glenn Evans, Dennis Evseev, Stephen Estrop, Dennis Flanagan, Matthijs Gates, David Goll, Jay Kapur, Tuan Le, Danny Miller, Stan Pennington, Michael Savage, Robin Speed, Gary Sullivan, and E-Zu Wu.
- 2022-03-06 22:13:06下载
- 积分:1
-
Visual C++/DirectX9 3D game development as a guiding example of the sky box
Visual C++/DirectX9 3D游戏开发引导的一个天空盒例子-Visual C++/DirectX9 3D game development as a guiding example of the sky box
- 2023-05-03 18:35:04下载
- 积分:1
-
windows下DirectShow 采集音频和视频的例子内有详细注释
windows下DirectShow 采集音频和视频的例子内有详细注释-windows under the DirectShow capture audio and video examples, there are detailed notes
- 2022-08-15 12:20:05下载
- 积分:1
-
DX阴影映射过程需要DXSDK开发环境
dx 阴影映射程序 需要dxsdk开发环境-dx shadow mapping process requires dxsdk Development Environment
- 2022-08-23 03:53:53下载
- 积分:1
-
DirectShow开发的视频压缩源代码
DirectShow开发的视频压缩源代码-DirectShow development of video compression source code
- 2022-02-05 08:18:48下载
- 积分:1
-
directx multimedia SDK procedures, speeding up the development of
directx多媒体方面的SDK程序,加速开发-directx multimedia SDK procedures, speeding up the development of
- 2022-02-02 12:33:10下载
- 积分:1
-
这是一个用directx实现绘图和用gdi实现绘图的源代码.
这是一个用directx实现绘图和用gdi实现绘图的源代码.-This is a realization of the drawing with directx and the use of gdi drawing the source code to achieve.
- 2022-09-10 14:30:03下载
- 积分:1
-
使用这些超简单的对象创建一个廉价的2D游戏
use these ultra simple objects to create a cheezy 2d game
- 2023-05-02 21:45:04下载
- 积分:1
-
在DirectX下弹出对话框,通过钩子实现(附件中有钩子dll)源码...
在DirectX下弹出对话框,通过钩子实现(附件中有钩子dll)源码-DirectX under the dialog box appears, by hook achieve (a hook annex dll) FOSS
- 2023-08-09 09:10:02下载
- 积分: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