Skip to content

d3d11: fix ID3D11Device5::CreateFence call to init fence correctly

Kacper Michajłow requested to merge kasper93/libplacebo:fences into master

ID3D11Device5::CreateFence expect pointer to storage to return pointer. Passing value which in our case was NULL resulted in noop.

Merge request reports