mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d-utils: Add library.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user