pub trait WindowsDx11CaptureStream {
    // Required method
    fn get_dx11_device(&self) -> ID3D11Device;
}
Expand description

A capture stream which can inter-operate with DX11

Required Methods§

source

fn get_dx11_device(&self) -> ID3D11Device

Get the underlying DX11 device used for frame capture

Implementors§