-
用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
-
一个D3D游戏DEMO 游戏场景 碰撞 战斗都做得不错
一个D3D游戏DEMO 游戏场景 碰撞 战斗都做得不错-D3D games DEMO a collision fighting game scenes are done quite well
- 2023-02-04 10:10:05下载
- 积分:1
-
This file is part of the MIDAS Sound System, and may only be used, modified and...
This file is part of the MIDAS Sound System, and may only be used, modified and distributed under the terms of the MIDAS Sound System license, LICENSE.TXT. By continuing to use, modify or distribute this file you indicate that you have read the license and understand and accept it fully.
- 2022-10-27 12:35:04下载
- 积分:1
-
directx multimedia SDK procedures, speeding up the development of
directx多媒体方面的SDK程序,加速开发-directx multimedia SDK procedures, speeding up the development of
- 2022-03-25 06:02:03下载
- 积分:1
-
使用D3D开发的雾化效果的实现,很不错的代码 ,值得去看看哦
使用D3D开发的雾化效果的实现,很不错的代码 ,值得去看看哦-Developed using D3D realize the effect of atomization, it is good code, it is worth to see看哦
- 2022-03-20 22:25:06下载
- 积分:1
-
基于dx8.0的,让背景图片不短闪烁。在游戏的设计中很常见的
基于dx8.0的,让背景图片不短闪烁。在游戏的设计中很常见的-it s usually see in the game when the boss coming or game over
- 2022-08-10 07:51:51下载
- 积分: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
-
在D3D中实现mp3,mid,avi的播放
在D3D中实现mp3,mid,avi的播放-D3D achieve in mp3, mid, avi player
- 2022-07-21 15:52:13下载
- 积分:1
-
//< < < < < < < < <
// DSControl.cpp
//
// 程序说...
//< < < < < < < < <
// DSControl.cpp
//
// 程序说明:分为两部分,上部为 DirectShow 功能封装,下部为图像处理函数。
// 为了提高一点图像处理函数的效率,在播放视频和连接摄像头的
// DirectShow功能函数中获取了图像处理必须的一些数据,应注意。
// 图像处理函数中有些用的是汇编,汇编上面会有被注释掉的 C 代码,
// 我是按 C 代码写的汇编。这些函数中注释很少或没有,请从它们的
// 原理上考虑。代码有些密麻,请在类视图中查看,函数基本按类定义顺序排列
-//
- 2022-02-27 04:16:19下载
- 积分:1
-
DirectX
DirectX 的 doc 文件----------------(DirectX, doc file)
- 2010-11-14 10:23:19下载
- 积分:1