Skip to content

d3d11: Add new buffer pool implementation for staging texture

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11-staging-pool into main

staging buffer pool will allocate staging d3d11 texture for upload/download optimization. By using staging buffer, we can avoid per frame staging -> system memory copy operation.

Merge request reports