wineopenxr: Lock d3d11 device in xrBeginFrame().

CW-Bug-Id: #23491
This commit is contained in:
Paul Gofman
2024-05-01 15:38:12 -06:00
committed by Arkadiusz Hiler
parent 5a996971d7
commit cce9c8b308
4 changed files with 18 additions and 9 deletions

View File

@ -175,6 +175,7 @@ FUNCTION_OVERRIDES = {
"xrCreateSwapchain" : {"dispatch" : True, "driver" : True, "thunk" : False},
"xrDestroySwapchain" : {"dispatch" : True, "driver" : True, "thunk" : False},
"xrEndFrame" : {"dispatch" : True, "driver" : True, "thunk" : False},
"xrBeginFrame" : {"dispatch" : True, "driver" : True, "thunk" : False},
}
NOT_OUR_FUNCTIONS = [