-
DirectX
DirectX 的 doc 文件----------------(DirectX, doc file)
- 2010-11-14 10:23:19下载
- 积分: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
-
Direct3D中的2D编程,学习参考代码
Direct3D中的2D编程,学习参考代码-2D in Direct3D programming, learning reference code
- 2023-02-23 19:45:03下载
- 积分:1
-
文件中含有用directX开发Filter的简单实例,供初学者使用。
文件中含有用directX开发Filter的简单实例,供初学者使用。-document containing directX development Filter with a simple example for beginners.
- 2023-02-25 20:35:04下载
- 积分:1
-
DXVA Checker 1900。H.264视频观看使用DirectX视频加速(DXVA)…
DXVA Checker 1900. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-05-26 03:37:57下载
- 积分:1
-
HGE中文显示解决,可以选择字体也可以改变大小,矢量和位图渲染...
HGE中文显示解决,可以选择字体也可以改变大小,矢量和位图渲染-HGE Chinese display solutions, you can choose the font can also change the size of vector and bitmap rendering
- 2022-03-03 23:15:53下载
- 积分:1
-
direct8 SDK
DIRECT8 SDK
- 2022-10-31 16:05:03下载
- 积分:1
-
C #开发DirectShow功能提供了一个公式,这是两个DLL实达…
提供一个公式给C#开发DirectShow函数,这是两个dll的暂停DirectX.Capture.dll提供directshowDShowNET.dll所有过滤器功能,以及目录x.Capture.chm说明附带一个C#开发环境测试捕获测试源码,程序内容图像和声音的捕获和压缩功能
- 2022-03-10 04:34:12下载
- 积分:1
-
Based on DirectX technology, suitable for beginners reference
基础DirectX技术实现,适合初学者参考-Based on DirectX technology, suitable for beginners reference
- 2023-06-24 04:25:04下载
- 积分:1
-
Directshow2.0_filter
Complete directshow for real job, mpeg1 filter.you will never find a
project like this good.Its a hard work
for me.
1.async filter
2.mpeg1 splitter
3.mpeg1/2 video filter
4.mpeg1/2 audio filter
5.ac3 filter
by Jesse Stone, Taiwan.
and thanks for many people,put the
source code let my work make it good.
msn:fatalfeel@hotmail.com
- 2007-09-03 14:02:58下载
- 积分:1