Skip to content

d3d12videosink: Add overlay signal to support d3d12/d3d11/d2d overlay

Conceptually identical to the present signal of d3d11videosink. This signal will be emitted with current render target (i.e., swapchain backbuffer) and command queue. Signal handler can record GPU commands for an overlay image or to blend an image to the render target.

In addition to d3d12 resources, videosink will send d3d11 and d2d resources depending on "overlay-mode" property, so that signal handler can render by using preferred/required DirectX API.

Merge request reports