-
3种alpha混合的源码
3种alpha混合的源码-three kinds of mixed alpha source
- 2023-08-31 17:30:03下载
- 积分:1
-
DCDC_Battery
电池的充放电模型,可实现能量的双向流动,对于理解DC/DC双向变换器很有帮助。(Battery charge and discharge model, two-way flow of energy can be achieved, for understanding the DC/DC bidirectional converter helpful.)
- 2021-04-17 17:18:52下载
- 积分:1
-
Realize using DirectX desktop procedures, there is rain, snow weather simulation...
用DirectX实现的桌面程序,有雨、雪天气的模拟实现,是游戏开发的基础例程。-Realize using DirectX desktop procedures, there is rain, snow weather simulation, game development is the basis of routine.
- 2022-07-17 21:24:31下载
- 积分:1
-
自己网上收藏的一个小引擎,感觉还不错,拿出来共享
自己网上收藏的一个小引擎,感觉还不错,拿出来共享-Own a small online collection engine, feeling good, and show to share
- 2023-06-27 17:30:05下载
- 积分:1
-
dephi 下的Dirextx的开发说明
dephi 下的Dirextx的开发说明-under development Note Dirextx
- 2022-01-26 06:40:37下载
- 积分:1
-
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
-
用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。
每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序...
用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。
每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序有关的显存内容,这在程序中被称作后台缓冲(Back Buffer),有些程序有不止一个的后台缓冲。还有一个缓冲,在默认情况下每个程序都可以访问-前台缓冲。前台缓冲保存了和桌面相关的显存内容,实质上就是屏幕图像。
我们的程序通过访问前台缓冲就可以捕捉到当前屏幕的内容。由DirectX的底层优化机制做保证,我们的抓屏效率是很高的,至少比GDI方式高。 -DreictX carried out with screenshots is very simple, DirectX provides a very elegant implementation. Each contains a DirectX program was what we call the buffer memory region, which is preserved and the procedures related to memory content, which in the procedure, known as the background buffer (Back Buffer), some programs have more than one of the background buffer . There is also a buffer, by default, each program can access- front buffer. Front buffer to preserve the memory and desktop-related content, in essence, is the screen image. Our procedures by visiting the front buffer can capture the current screen content. From the bottom of DirectX optimized mechanism that we are screenshots of the efficiency is very high, at leas
- 2023-04-20 23:55:03下载
- 积分:1
-
Physical collision detection example, there are x file model, very good
物理碰撞检测示例,有x文件模型,很不错的-Physical collision detection example, there are x file model, very good
- 2022-06-16 00:57:33下载
- 积分:1
-
DirectShowLibNET
DirectShowLibNET - A library to allow .NET applications to use DirectShow functions-DirectShowLibNET- A library to allow .NET applications to use DirectShow functions
- 2022-08-02 21:32:43下载
- 积分:1
-
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA)...
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-01-26 19:22:15下载
- 积分:1