Skip to content

d3d11: Serialize ensure_element_data() call

It can be called any time from random thread. Thus, multiple device objects can be created for the same physical device if the call is not serialized, that's not a scenario we expect.

Merge request reports