-
Many people want but can not find the DirectX8 Tutorials Tutorial, I worked hard...
很多人都想要却找不到的DirectX8 Tutorials教程,我辛苦找了一天才找到的。很适合初学者用,入门者可以巩固一下。-Many people want but can not find the DirectX8 Tutorials Tutorial, I worked hard to find a day to find the. Very suitable for beginners, and beginners can look to consolidate.
- 2022-03-05 21:22:14下载
- 积分:1
-
使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就...
使用DirectDraw画线。表面是一个按线性排列的内存块,它可以用一个char数组来描述。通过调用IDirectDrawSurface::Lock()方法,就可以访问与每个表面相关的内存。-using DirectDraw line drawing. The surface is a linear arrangement on the block of memory, it can use a char array to describe. By calling IDirectDrawSurface : : Lock () method, we can visit with each surface-associated memory.
- 2022-09-13 07:30:03下载
- 积分: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
-
游戏,这是一个很好的游戏程序的离子. 大家互相指教.
游戏,这是一个很好的游戏程序的离子. 大家互相指教.-game, it is a good game procedures ion. We must enlighten.
- 2023-06-27 02:20:03下载
- 积分:1
-
DDraw.h实现播放,DDraw.h实现播放
DDraw.h实现播放,DDraw.h实现播放-DDraw.h players realize, DDraw.h players realize
- 2022-03-03 15:31:56下载
- 积分: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-based player a simple source.
- 2022-07-21 23:45:17下载
- 积分:1
-
基于D3D的2D小游戏,供新手学习
实现功能有,天上落下娃娃,
人物碰撞实现,
图片渐进消失,
仅供学习...
基于D3D的2D小游戏,供新手学习
实现功能有,天上落下娃娃,
人物碰撞实现,
图片渐进消失,
仅供学习-Based on D3D for 2D game for the novice to learn to achieve function, the sky falling dolls, figures to achieve the collision, pictures gradual disappear, only to learn
- 2023-02-03 15:05:05下载
- 积分:1
-
一个用C#编写的DIRECTX媒体播放器,比DIRECTX 9.0的例子简单,适合初学者。...
一个用C#编写的DIRECTX媒体播放器,比DIRECTX 9.0的例子简单,适合初学者。-a C# prepared DirectX Media Player, DirectX 9.0 simple example, suitable for beginners.
- 2023-08-11 03:00:03下载
- 积分:1
-
' This program demonstrates the basic DirectDraw, DirectDrawSurface object th...
这个程序演示了基本的DirectDraw、DirectDrawSurface对象的建立,
同时演示了怎样在DirectDrawSurface对象上进行基本的图象操作-" This program demonstrates the basic DirectDraw, DirectDrawSurface object the establishment, at the same time demonstrated how the basic object DirectDrawSurface image operation
- 2022-07-21 05:33:38下载
- 积分:1