Skip to content

d3d12: Add async-depth property

Seungha Yang requested to merge seungha.yang/gstreamer:d3d12-async-depth into main

Adding a property to control the number of in-flight GPU commands (default is unlimited). Note that actual maximum number is defined in d3d12device's direct command queue object which is 32 now, thus total number of scheduled GPU commands cannot exceed 32.

Edited by Seungha Yang

Merge request reports