-
registration and anti
一款注册和反注册DirectShow插件的程序源码,我这里编译没问题,如果不能正确编译,请安装DirecX SDK,最好9.0以前的!-registration and anti-registered DirectShow plug-in program source code, I did not build here. If we can not correctly compile, install DirecX SDK, the best previous 9.0!
- 2022-08-11 12:47:34下载
- 积分:1
-
DirectX9.0 3D游戏开发编程基础代码
DirectX9.0 3D游戏开发编程基础代码-DirectX9.0 3D game based on the development of programming code
- 2022-02-07 18:43:36下载
- 积分:1
-
在DirextX中用到的关于鼠标操作的类,封装了对鼠标操作中常用到的函数。...
在DirextX中用到的关于鼠标操作的类,封装了对鼠标操作中常用到的函数。-DirextX were used in the operation of the mouse category, Packaging, a pair of mouse common to the operation of the function.
- 2022-01-28 01:31:28下载
- 积分:1
-
音频过滤器可以直音频输入采样率采样
音频DirectShow过滤器可以重采样到音频输入采样率
- 2022-03-15 11:04:48下载
- 积分:1
-
《精通DirectX3D图形与动画程序设计》――22_第二十二章 ASM顶点渲染,经过测试可以运行...
《精通DirectX3D图形与动画程序设计》――22_第二十二章 ASM顶点渲染,经过测试可以运行- DirectX3D proficient in graphics and animation program design - the twenty-second Chapter 22_ vertex shader ASM, after test run
- 2022-02-05 15:49:44下载
- 积分:1
-
Direct8中文教程
Direct8中文教程-Direct8 Chinese Course
- 2022-09-23 17:00:03下载
- 积分: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
-
DirectX 3D图形编程宝典的随书源代码。
DirectX 3D图形编程宝典的随书源代码。-DirectX 3D Graphics Programming Bible with the books of the source code.
- 2022-07-27 09:57:14下载
- 积分:1
-
Visual C++/DirectX9 3D游戏开发引导的一个Stencil蒙版阴影处理例子
Visual C++/DirectX9 3D游戏开发引导的一个Stencil蒙版阴影处理例子-Visual C++/DirectX9 3D game development as a guide Mask Stencil shadow processing example
- 2022-11-25 08:05:04下载
- 积分:1
-
DirectSDK中中文帮助文档,很值得一看的文件
DirectSDK中中文帮助文档,很值得一看的文件-DirectSDK in English to help document, the document is worth a visit
- 2022-04-11 08:12:01下载
- 积分:1