-
示例了在MFC框架中直接使用D3D9 API所遇到的问题以及如何解决
示例了在MFC框架中直接使用D3D9 API所遇到的问题以及如何解决-example of the MFC framework D3D9 API used directly by the problems encountered and how to solve
- 2022-08-06 10:36:51下载
- 积分:1
-
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
-
Two documents describing Microsofts audo/video framework DirectShow.
The ebook from Mspress about DirectShow called Programming Microsoft Directshow For Digital Video And Television-The ebook from Mspress about DirectShow called Programming Microsoft Directshow For Digital Video And Television
- 2022-03-16 18:22:28下载
- 积分:1
-
DirectX8
介绍DirectX的书籍 内容非常详细 并附源代码及开发工具(DirectX introduced in great detail the contents of the books with source code and development tools)
- 2009-05-06 17:59:49下载
- 积分:1
-
DirectX混合编码
DirectX blending code
- 2023-01-07 14:05:03下载
- 积分:1
-
- 2022-03-23 08:29:46下载
- 积分:1
-
这是一个关于Alpha混合与测试的一个程序,程序虽然简单了点,但对于刚入门学习DirectX编程还是可以参考下...
这是一个关于Alpha混合与测试的一个程序,程序虽然简单了点,但对于刚入门学习DirectX编程还是可以参考下-This is a mixed about Alpha and test a process, a simple procedure, but just for study entry could refer to DirectX programming under
- 2022-04-16 11:05:56下载
- 积分:1
-
VC5.0下实现DirectSound
VC5.0下实现DirectSound -VC5.0 under DirectSound
- 2022-04-21 15:04:18下载
- 积分:1
-
Poolcode
大学时的毕业设计,包括演示文稿,详细介绍了中国游戏开发的现状、Direct3D技术、DirectDraw技术介绍等。
(College graduation design, including presentation, detailing the status of the Chinese game development, Direct3D technology, DirectDraw technology introductions.)
- 2010-07-09 13:11:00下载
- 积分:1
-
这是DirectX编程中公告版技术的一个实例,里面还有D3D中2D文字使用方法,希望可以给学习DirectX编程的参考下...
这是DirectX编程中公告版技术的一个实例,里面还有D3D中2D文字使用方法,希望可以给学习DirectX编程的参考下-This is the version of DirectX programming technology in the notice an example, which characters have to use D3D in 2D, and I hope that can give a reference study under DirectX Programming
- 2022-06-29 18:58:54下载
- 积分:1