Rebase against dc80a0032927421d61b95659af570c21439e4a76

This commit is contained in:
Alistair Leslie-Hughes
2019-01-03 09:08:29 +11:00
parent ae1f954ed1
commit 9256515a12
3 changed files with 3 additions and 3 deletions

View File

@@ -1362,7 +1362,7 @@ index c930248..80f73de 100644
+ object->device = iface;
+ object->refcount = 1;
+
+ ID3D11Device_AddRef(iface);
+ ID3D11Device2_AddRef(iface);
+ wined3d_private_store_init(&object->private_store);
+
+ *context = &object->ID3D11DeviceContext_iface;