-
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
-
这个压缩包里包含了几个Direct编程中关于纹理贴图的小程序,希望在你刚学习Direct编程时作为参考哈...
这个压缩包里包含了几个Direct编程中关于纹理贴图的小程序,希望在你刚学习Direct编程时作为参考哈-The compression bag contains some programming Direct texture mapping on a small procedure, you just want to study as a reference when programming Direct Ha
- 2022-01-27 15:40:15下载
- 积分: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
-
DELPHI编写的d3d开发例子
DELPHI编写的d3d开发例子-prepared by the example of the development of D3D
- 2022-03-13 21:04:11下载
- 积分:1
-
一个DX的小程序
一个DX的小程序-a small program
- 2022-02-22 09:31:10下载
- 积分:1
-
DxTuner
基于DirectShow对USB摄像头的控制和录制的一个小例子。(DirectShow based on the USB camera control and recorded a small example.)
- 2015-01-05 08:51:58下载
- 积分:1
-
一个D3D游戏DEMO 游戏场景 碰撞 战斗都做得不错
一个D3D游戏DEMO 游戏场景 碰撞 战斗都做得不错-D3D games DEMO a collision fighting game scenes are done quite well
- 2023-02-04 10:10:05下载
- 积分:1
-
2
说明: 一种基于DirectShow 框架的实时视频彩色图像增强方法(A real-time video based on DirectShow framework for color image enhancement method)
- 2010-12-09 19:47:29下载
- 积分:1
-
支持双人得潜艇大战
支持双人得潜艇大战-support double in the submarine war
- 2022-01-26 03:36:42下载
- 积分:1
-
使用Direct3D创建旋转立方体。本程序的核心是LoadMeshs()函数。
使用Direct3D创建旋转立方体。本程序的核心是LoadMeshs()函数。-use Direct3D create rotating cube. This procedure is the core of LoadMeshs () function.
- 2022-02-27 02:23:43下载
- 积分:1