D3d12 to d3d11 conversion

i’m using d3d12screencapturesrc but on windows 10 i cannot use d3d12h26xenc encoders so i have to continue to use mfh26xenc
how i can convert video/x-raw(memory:D3D12Memory) to video/x-raw(memory:D3D11Memory) ?

(i don’t want to use d3d11screencapturesrc because has some bugs)

d3d12download supports d3d12 → d3d11 conversion (d3d12upload does for d3d11 → d3d12)

1 Like