mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d10] Forward OpenSharedResource to D3D11 implementation
Trivial since the requested IID is passed by the application.
This commit is contained in:
parent
23eead9e99
commit
89b1f025eb
@ -705,10 +705,7 @@ namespace dxvk {
|
||||
HANDLE hResource,
|
||||
REFIID ReturnedInterface,
|
||||
void** ppResource) {
|
||||
InitReturnPtr(ppResource);
|
||||
|
||||
Logger::err("D3D10Device::OpenSharedResource: Not implemented");
|
||||
return E_NOTIMPL;
|
||||
return m_device->OpenSharedResource(hResource, ReturnedInterface, ppResource);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user