-
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
-
dx11tut09
DirectX11教程,为场景中的物体打上环境光(DirectX11 tutorial for the objects in the scene marked with ambient light)
- 2013-04-14 13:38:48下载
- 积分:1
-
Fluidized-bed-swaying-force
流化床摇曳力 UDF模型 适用于中级FLUENT学习者(Fluidized bed swaying force—UDF)
- 2013-08-19 10:38:15下载
- 积分:1
-
Advanced 3D Game Programming withDirectX9.0
Advanced 3D Game Programming withDirectX9.0-A3DwithDX9是学习游戏编程的好书。-Advanced 3D Game Programming withDirectX9.0-A3DwithDX9 are studying game programming books.
- 2022-03-23 09:47:03下载
- 积分:1
-
简单的捕获应用程序。
Simple capture application.
This application creates a preview window for the first video capture device that it locates on the user s system (if any). It demonstrates a simple example of using the ICaptureGraphBuilder2 and ICreateDevEnum interfaces to build a capture graph.
- 2022-09-07 04:50:02下载
- 积分:1
-
一个很好的DX的例子
一个很好的DX的例子-a good example of DX
- 2022-02-13 19:06:52下载
- 积分:1
-
D3D中,使用纹理贴图实现海浪效果,实时生成海浪效果。
D3D中,使用纹理贴图实现海浪效果,实时生成海浪效果。-D3D, the use of texture mapping to achieve the effect of waves, real-time effects to generate the waves.
- 2022-08-19 19:08:17下载
- 积分:1
-
vb底层音频采集与回放源代码下载 vb底层音频采集与回放源代码下载...
vb底层音频采集与回放源代码下载 vb底层音频采集与回放源代码下载-vb underlying audio acquisition and playback underlying source code download vb audio acquisition and playback source code download
- 2022-08-31 20:05:04下载
- 积分:1
-
使用DirectShow和GDI画图的例子代码
使用DirectShow和GDI画图的例子代码-Using DirectShow and the GDI drawing code examples
- 2023-01-15 09:40:04下载
- 积分:1
-
DirectX学习范例: 2D RPG类游戏编程学习
DirectX学习范例: 2D RPG类游戏编程学习-DirectX learning example: 2D RPG game programming learning
- 2022-07-27 05:48:19下载
- 积分:1