-
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
-
一个很好的解码程序 一个很好的解码程序
一个很好的解码程序 一个很好的解码程序-一 芎 玫慕 一 芎 玫慕
- 2022-01-21 06:09:02下载
- 积分:1
-
WmSyncRead
用wmsdk写的asf文件异步读取的例子,可以应用与网络视频分发,接收,很好用!(Written by wmsdk asynchronous read asf file example can be applied to video and network distribution, reception, very good use!)
- 2009-01-06 16:21:34下载
- 积分:1
-
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈...
这个程序实现了动态倒影,也就是Direct编程中阴影体的具体实现,希望在你刚学习编程能有帮助哈-Implementation of this process of dynamic reflection, that is, in the shadow of Direct programming of the specific implementation body, you just want to study programming to help have ha
- 2022-04-08 07:10:53下载
- 积分:1
-
PipeLine
基础direct3d图形 窗口 渲染 初学 了解代码专用(Foundation direct3d graphics window rendering)
- 2012-11-19 17:46:14下载
- 积分:1
-
directshownet(音视频DIRECETX应用)
directshownet(音视频DIRECETX应用)-directshownet (audio and video applications DIRECETX)
- 2022-04-09 17:11:53下载
- 积分:1
-
dirctextx编程中经常使用游戏手柄操作类,包…
是用DirctextX编程中经常用到的关于游戏杆操作的类,它封装了关于游戏杆操作的信息.在3D游戏中经常用到.-DirctextX programming is often used in the operation of joysticks category, Packaging it on the joysticks operating information. 3 in D game frequently used.
- 2022-06-17 10:21:10下载
- 积分:1
-
D2D推出后很好,但是想做3D效果必须和D3D10交互使用,本例子就是d2d与d3d10交互的Demo,供参考...
D2D推出后很好,但是想做3D效果必须和D3D10交互使用,本例子就是d2d与d3d10交互的Demo,供参考-D2D launch well, but want to do 3D effects must be D3D10 interactive use, this example is the d2d and d3d10 interaction Demo, for reference
- 2022-06-27 08:33:16下载
- 积分:1
-
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展...
objectarx 入门经典,相信广大小鸟可以在看了本教程后有突飞猛进的进展-objectarx entry classic, I believe the mass of birds can be read in the handbook after rapid progress.
- 2022-01-28 17:25:19下载
- 积分:1
-
可以编译tsfilesource.ax DShow,在作为一个过滤器,解析TS的更多信息…
可以编译TSFileSource.ax文件,在DShow中作为过滤器,解析TS以获取更多信息。TSfilesource可以用作源过滤器,当多播源出现时,DSNetwork sender可以跟随它。TSfilesink内存可以分配给存在ts的缓冲区中的信息定义。
- 2022-01-25 18:47:27下载
- 积分:1