-
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
-
DirectX9.0 3D游戏开发编程基础代码
DirectX9.0 3D游戏开发编程基础代码-DirectX9.0 3D game based on the development of programming code
- 2022-02-07 18:43:36下载
- 积分:1
-
directshow substantive selected third chapter, the main content of network appli...
directshow实务精选第三章,主要内容是网络应用,其中包括视频聊天和视频点播-directshow substantive selected third chapter, the main content of network applications, including video chat and video-on-demand
- 2022-05-25 23:31:54下载
- 积分:1
-
用vertex shader和pixel shader编写的超经典的海水运动
用vertex shader和pixel shader编写的超经典的海水运动-using vertex shader and pixel shader prepared by the ultra-classical movement of the water
- 2022-07-17 02:30:39下载
- 积分:1
-
Direct3D技术内幕_0的一些参考书,学Direct3D的朋友下此书啦
Direct3D技术内幕_0的一些参考书,学Direct3D的朋友下此书啦-Direct3D technology insider Huffman of some reference books, learn Direct3D friends under the book--
- 2023-05-11 02:45:04下载
- 积分:1
-
directx multimedia SDK procedures, speeding up the development of
directx多媒体方面的SDK程序,加速开发-directx multimedia SDK procedures, speeding up the development of
- 2022-03-25 06:02:03下载
- 积分:1
-
drectorX中二维游戏的键盘控制。掌握最基础的用法。
drectorX中二维游戏的键盘控制。掌握最基础的用法。-drectorX 2D games keyboard control. To grasp the most basic usage.
- 2022-01-31 18:16:05下载
- 积分:1
-
DirectShow开发,房
directshow开发,实现了实时视频的预览,同时保存图片-DirectShow development, real-time video preview, while preserving image
- 2022-01-26 03:23:23下载
- 积分:1
-
directshow用MPEG2 demux filter和mpeg2 decoder filter
directshow用MPEG2 demux filter和mpeg2 decoder filter-DirectShow and MPEG2 demux filter with mpeg2 decoder filter
- 2022-01-26 02:35:10下载
- 积分:1
-
VC编写的AVI解析器
VC编写的AVI解析器-an AVI file analyzer written by VC
- 2022-04-18 08:39:17下载
- 积分:1