-
文件中含有用directX开发Filter的简单实例,供初学者使用。
文件中含有用directX开发Filter的简单实例,供初学者使用。-document containing directX development Filter with a simple example for beginners.
- 2023-02-25 20:35:04下载
- 积分:1
-
directshow实务精选第二章,主要内容是音频、视频采集
directshow实务精选第二章,主要内容是音频、视频采集-directshow substantive selected second chapter, the main contents of audio, video collection
- 2022-09-15 13:10:03下载
- 积分:1
-
DirectShow programming, use the function of VMR9
DirectShow编程,用到VMR9的功能-DirectShow programming, use the function of VMR9
- 2022-02-15 00:34:32下载
- 积分:1
-
声音直接有用的CLA
direct sound useful cla-direct sound useful class
- 2022-03-24 10:23:08下载
- 积分:1
-
DXVA Checker 1800. Watching h.264 videos using DirectX Video Acceleration (DXVA)...
DXVA Checker 1800. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-01-21 22:23:08下载
- 积分:1
-
Developing-a-GUI-in-CPP-and-DirectX
Developing a GUI in C++ and DirectX
- 2014-01-15 12:25:57下载
- 积分:1
-
d3d9wj
#include <windows.h>
#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
-
DemoCamera
使用directx9,调用老虎的立体模型文件创建老虎的立体模型,并加入摄像头类,可以控制视角来观察老虎。(Use directx9, called Tiger model file to create three-dimensional model of three-dimensional model, and add camera type, can control the angle to observe the tiger.)
- 2009-03-02 23:33:05下载
- 积分:1
-
Direct3D游戏编程,只有一个源文件。
Direct3D游戏编程,里面只不过是一个源文件.-Direct3D game programming, there is only one source file.
- 2023-05-16 12:25:03下载
- 积分:1
-
3D Park, the trees and birds, learning DIREXT 3D is a good example
三维公园,有树和飞鸟,是学习DIREXT 3D 的好例子-3D Park, the trees and birds, learning DIREXT 3D is a good example
- 2023-08-23 06:10:03下载
- 积分:1