-
DirectX8
介绍DirectX的书籍 内容非常详细 并附源代码及开发工具(DirectX introduced in great detail the contents of the books with source code and development tools)
- 2009-05-06 17:59:49下载
- 积分: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
-
DirectX3D精通图形和动画程序设计
《精通DirectX3D图形与动画程序设计》――26_第二十六章 纹理动画- DirectX3D proficient in graphics and animation program design - 26th Chapter 26_ texture animation
- 2022-01-25 14:46:52下载
- 积分:1
-
本程序在Windows 2000、Visual C++ 6.0、DirectX 9.0 环境下编译通过。
本程序在Windows 2000、Visual C++ 6.0、DirectX 9.0 环境下编译通过。-this program in Windows 2000, Visual C 6.0, DirectX 9.0 environment compile.
- 2022-03-19 01:19:26下载
- 积分:1
-
DXVA检查器。H.264视频观看使用DirectX视频加速(DXVA)。
DXVA Checker. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-07-05 01:42:43下载
- 积分:1
-
DX11Terrain
DirectX11 四叉树地形程序,通过高度图生成地图模型(DirectX11 quadtree terrain procedures, through highly generation map model)
- 2013-06-17 16:42:19下载
- 积分:1
-
DX Direct3D PRT过程需要支持DXSDK
dx Direct3D prt程序 需要dxsdk支持-dx Direct3D prt process requires support dxsdk
- 2022-04-24 11:50:01下载
- 积分:1
-
49244
D2D分割图片源码例程程序结合易语言DirectX2D支持库和应用接口支持库,实现D2D分割图片。(D2D source image segmentation routine program combined with easy language DirectX2D support library and application interface support library that implements D2D divided picture .)
- 2015-06-28 16:25:48下载
- 积分:1
-
Rendering complex objects in the smallest unit: the triangle !!!!!!!!! 1
绘制复杂物体的最小单元:三角形!!!!!!!!!1-Rendering complex objects in the smallest unit: the triangle !!!!!!!!! 1
- 2022-02-02 16:14:40下载
- 积分:1
-
此示例应用程序演示了使用DirectShow音频采集。应用…
This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks:
Capture audio to a file.
Select the audio capture device.
View properties on the audio capture device.
Select the sample rate and number of channels (stereo or mono). -This sample application demonstrates audio capture using DirectShow. The application enables the user to perform the following tasks: Capture audio to a file. Select the audio capture device. View properties on the audio capture device. Select the sample rate and number of channels (stereo or mono).
- 2022-03-21 23:10:13下载
- 积分:1