-
DirectX3D proficient in graphics and animation program design
《精通DirectX3D图形与动画程序设计》――19_第十九章 HLSL像素渲染,经过测试可以运行- DirectX3D proficient in graphics and animation program design - Chapter 19_ nineteenth HLSL pixel shader, after test run
- 2022-02-03 10:52:38下载
- 积分:1
-
DirectX 3D图形编程宝典的随书源代码。
DirectX 3D图形编程宝典的随书源代码。-DirectX 3D Graphics Programming Bible with the books of the source code.
- 2022-07-27 09:57:14下载
- 积分:1
-
类似于男人系列的小游戏
全屏模式
采用DirectDraw和DirectInput制作
没有使用C...
类似于男人系列的小游戏
全屏模式
采用DirectDraw和DirectInput制作
没有使用C-series of small game in full-screen mode using DirectDraw and DirectInput production did not use C
- 2022-02-07 13:10:47下载
- 积分:1
-
windows下DirectShow 采集音频和视频的例子内有详细注释
windows下DirectShow 采集音频和视频的例子内有详细注释-windows under the DirectShow capture audio and video examples, there are detailed notes
- 2022-08-15 12:20:05下载
- 积分:1
-
DirectX9入门教程
DirectX9入门教程
-[Beginning.DirectX9]英文版
pdf文件-DirectX9 Tutorial- [Beginning.DirectX9] English version pdf file
- 2022-02-11 21:02:37下载
- 积分:1
-
playFile
directshow 实现wave文件的播放
(directshow achieve wave broadcast documents)
- 2007-06-29 08:57:55下载
- 积分:1
-
调用DirectShow进行视和音频频捕获单元,简单的实现了控制视频分辨率和格式。...
调用DirectShow进行视和音频频捕获单元,简单的实现了控制视频分辨率和格式。-Call DirectShow frequent inspections and audio capture unit, the simple realization of the control of video resolution and format.
- 2022-12-14 21:20:04下载
- 积分:1
-
DirectX11 在Win7下摄像头调用程序
DirectX11 在Win7下摄像头调用程序-DirectX 11 under Win7 camera calling program
- 2022-02-12 15:44:02下载
- 积分: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
-
DirectShow
DirectShow技术的应用研究与开发(DirectShow technology, applied research and development)
- 2013-09-10 15:55:21下载
- 积分:1