-
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
-
《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!...
《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!-err
- 2022-05-28 08:53:43下载
- 积分:1
-
COM+编程技术内幕 学习COM+的好资料
COM+编程技术内幕 学习COM+的好资料-COM programming technology learning insider information COM good
- 2022-02-24 22:39:51下载
- 积分:1
-
2
说明: 一种基于DirectShow 框架的实时视频彩色图像增强方法(A real-time video based on DirectShow framework for color image enhancement method)
- 2010-12-09 19:47:29下载
- 积分:1
-
看了图像,变成了3
读取图片,转化为3维,然后显示出来,吐血推荐-Read the image, into a 3-dimensional, and then displayed, hematemesis Recommended
- 2023-03-23 04:05:04下载
- 积分:1
-
DirectDraw 的简单例子
使用汇编语言
DirectDraw 的简单例子
使用汇编语言
-DirectDraw examples of the use of a simple assembly language
- 2022-08-16 09:15:08下载
- 积分:1
-
PID is a COM. It generally achieve a standard Graph Filter Manager does not supp...
PID是一种COM组件。它一般实现了一个标准的Filter Graph Manager不支持的接口,并被Filter Graph Manager运行时聚合使用。-PID is a COM. It generally achieve a standard Graph Filter Manager does not support the interface, Graph Filter Manager was running polymerization use.
- 2022-07-20 13:23:19下载
- 积分:1
-
WinCE下的一个directshow 的AVI文件解析的源filter
WinCE下的一个directshow 的AVI文件解析的源filter-WinCE under a DirectShow AVI file to resolve the source filter
- 2022-09-04 18:45:02下载
- 积分:1
-
Enumerate all the video device name and path name
枚举所有视频设备名和路径名
- 2022-09-13 21:05:02下载
- 积分:1
-
D2D推出后很好,但是想做3D效果必须和D3D10交互使用,本例子就是d2d与d3d10交互的Demo,供参考...
D2D推出后很好,但是想做3D效果必须和D3D10交互使用,本例子就是d2d与d3d10交互的Demo,供参考-D2D launch well, but want to do 3D effects must be D3D10 interactive use, this example is the d2d and d3d10 interaction Demo, for reference
- 2022-06-27 08:33:16下载
- 积分:1