-
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
-
D3D扑克小游戏,自主研发的D3D小游戏,实现D3D基础,注解非常清楚...
D3D扑克小游戏,自主研发的D3D小游戏,实现D3D基础,注解非常清楚-D3D poker game, and independent R
- 2022-09-18 10:50:04下载
- 积分:1
-
基于DirectX8的MP3播放编程实现
基于DirectX8的MP3播放编程实现-based on DirectX8 MP3 player Programming
- 2022-07-23 11:30:50下载
- 积分:1
-
自己写的小游戏,没什么好说的,很菜,多多见谅
自己写的小游戏,没什么好说的,很菜,多多见谅-himself wrote a small game, and there is nothing more to be said, very vegetables, a lot forgiven
- 2022-03-23 00:58:16下载
- 积分:1
-
Direct3D9初级课程,DX9的入门教材介绍的原则…
Direct3D9初级教程,DX9的入门教材,介绍其原理,DX对象等知识-Direct3D9 primary curriculum, DX9 introductory textbook to introduce the principle, DX objects, such as knowledge
- 2022-04-24 07:12:12下载
- 积分:1
-
ball
DirectX开发的一个弹球例子,可以模拟弹球的运行轨迹(DirectX development of a pinball example, can simulate the operation of pinball trajectory)
- 2020-10-23 17:27:22下载
- 积分:1
-
The newly released version 3.0 supports on
The newly released version 3.0 supports on-the-fly (real time)recording to mov file with the video quality improved dramatically. iPhone Video Recorder for 3G iPhone can also record audio and video to the compressed mpeg4 format for space saving, an-hour-high-quality recording will be a file as small as 60MB. iPhone Video Recorder boasts a frame rate up to 15fps which guarantees better recording performance
- 2022-01-24 09:03:41下载
- 积分:1
-
This an DirectShow Application.You can run it in vs2005 or vs 2008
This an DirectShow Application.You can run it in vs2005 or vs 2008-This is an DirectShow Application.You can run it in vs2005 or vs 2008
- 2022-10-09 19:50:03下载
- 积分:1
-
Directshow(SDK)study
一个基于directshow的学习笔记功能强大,仅供参考(Directshow based the powerful study notes, for reference only)
- 2013-03-25 13:18:36下载
- 积分:1
-
RTP DirectShow Filters,包含服务器和客户端可执行程序和服务器端代码,支持 RTP, RTCP, RTSP and SDP协议...
RTP DirectShow Filters,包含服务器和客户端可执行程序和服务器端代码,支持 RTP, RTCP, RTSP and SDP协议-RTP DirectShow Filters, including server and client executable code and server-side support RTP, RTCP, RTSP and SDP
- 2022-01-25 23:52:46下载
- 积分:1