Skip to content

d3d11screencapturesrc: Use staging buffer pool for performance

By using staging pool/buffer, we can avoid per frame staging texture -> system memory copy.

Merge request reports