Crate dxgcap [] [src]

Capture the screen with DXGI in rust

Structs

BGRA8

Color represented by additive channels: Blue (b), Green (g), Red (r), and Alpha (a).

DXGIManager

Manager of DXGI duplicated outputs

UniqueCOMPtr

A unique pointer to a COM object. Handles refcounting.

Enums

CaptureError

Possible errors when capturing

Functions

hr_failed

Check whether the HRESULT represents a failure