microsoft / D3D11On12

The Direct3D11-On-12 mapping layer
MIT License
269 stars 33 forks source link

Hybrid: Call SharingContractPresent on ImmediateContext without flushing #29

Closed vdwtanner closed 2 years ago

vdwtanner commented 2 years ago

Calling the device level version of this API forces a flush before getting the ImmediateContext, which was resubmitting the batches, which caused a stack overflow.