mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 06:28:00 +01:00
vrclient: Wait for pending command stream operations before IVRClientCore::Cleanup()
Command stream callbacks may try to access VR client objects.
This commit is contained in:
parent
a1031dbce4
commit
bd96c106ce
5 changed files with 60 additions and 5 deletions
|
|
@ -58,6 +58,8 @@ struct compositor_data
|
|||
IWineD3D11Device *wined3d_device;
|
||||
};
|
||||
|
||||
void destroy_compositor_data(struct compositor_data *data);
|
||||
|
||||
EVRInitError ivrclientcore_002_init(EVRInitError (*cpp_func)(void *, EVRApplicationType),
|
||||
void *linux_side, EVRApplicationType application_type,
|
||||
unsigned int version, struct client_core_data *user_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue