-
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
-
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
-
REmodel
一个计算低RE数的两方程湍流模型,对学习UDF的同学帮助较大(A calculation of the number of low-RE turbulence model for the students to learn more helpful UDF)
- 2021-01-02 15:38:57下载
- 积分:1
-
direct sound wave recorder
direct sound wave recorder
- 2022-03-15 15:38:49下载
- 积分:1
-
7516
DX按钮源码程序,结合易语言DirectX2D支持库,实现了2D效果的按钮功能。(DX button source program, combined with easy language DirectX2D support library that implements the 2D effects of button functions.)
- 2016-09-29 11:31:06下载
- 积分:1
-
dirextxx简单质材,环境:directx sdk and vc6.0+
dirextxx简单质材,环境:directx sdk and vc6.0+-dirextxx simple material, environment : directx sdk and vc6.0
- 2022-01-25 20:15:40下载
- 积分:1
-
DirectShow源过滤器
DirectShow Source Filter
- 2022-07-19 10:04:13下载
- 积分:1
-
In D3D in achieving. X file read, a bit simple, but I am a beginner
在D3D中实现对.X文件的读取,有点简单,不过本人是初学者-In D3D in achieving. X file read, a bit simple, but I am a beginner
- 2022-01-25 22:36:32下载
- 积分:1
-
volumemeter(Managed DirectX)
VolumeMeter (Managed DirectX)
This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any Windows Forms application. You may select the input, and tweak the appearance of the animation through various parameters.
The idea behind this project is to maintain a very short buffer of audio and constantly record into it. The control is on a timer, and periodically queries the buffer to see what volume level the most recent sample has, and then sets a progress bar s value accordingly.
- 2022-03-25 07:11:13下载
- 积分:1
-
很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就实现此功能...
很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就实现此功能-many video playback software or video editing software to build frames for the functions of the code on the realization of this function
- 2022-01-25 15:21:22下载
- 积分:1