|
Diligent Engine
v.2.4.g
|
#include <ScreenCapture.hpp>
Classes | |
| struct | CaptureInfo |
Public Member Functions | |
| ScreenCapture (IRenderDevice *pDevice) | |
| void | Capture (ISwapChain *pSwapChain, IDeviceContext *pContext, Uint32 FrameId) |
| CaptureInfo | GetCapture () |
| bool | HasCapture () |
| void | RecycleStagingTexture (RefCntAutoPtr< ITexture > &&pTexture) |
| size_t | GetNumPendingCaptures () |
| Diligent::ScreenCapture::ScreenCapture | ( | IRenderDevice * | pDevice | ) |
| void Diligent::ScreenCapture::Capture | ( | ISwapChain * | pSwapChain, |
| IDeviceContext * | pContext, | ||
| Uint32 | FrameId | ||
| ) |
| ScreenCapture::CaptureInfo Diligent::ScreenCapture::GetCapture | ( | ) |
|
inline |
| bool Diligent::ScreenCapture::HasCapture | ( | ) |
| void Diligent::ScreenCapture::RecycleStagingTexture | ( | RefCntAutoPtr< ITexture > && | pTexture | ) |
1.8.17