libs/vkd3d-utils: Add library.

This commit is contained in:
Józef Kucia
2016-10-07 13:26:39 +02:00
parent 49cac8005c
commit 12ea3309f0
4 changed files with 69 additions and 9 deletions

View File

@@ -55,13 +55,6 @@ HRESULT WINAPI D3D12CreateDevice(IUnknown *adapter, D3D_FEATURE_LEVEL minimum_fe
riid, device);
}
HRESULT WINAPI D3D12GetDebugInterface(REFIID riid, void **debug)
{
FIXME("riid %s, debug %p stub!\n", debugstr_guid(riid), debug);
return E_NOTIMPL;
}
/* Events */
HANDLE WINAPI VKD3DCreateEvent(void)
{