mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
libs/vkd3d: Mark D3D12_QUERY_HEAP_TYPE_SO_STATISTICS with a FIXME()
This commit is contained in:
parent
be6af110b4
commit
3a966cf38e
@ -1752,7 +1752,7 @@ HRESULT d3d12_query_heap_create(struct d3d12_device *device, struct d3d12_query_
|
||||
break;
|
||||
|
||||
case D3D12_QUERY_HEAP_TYPE_SO_STATISTICS:
|
||||
WARN("Unsupported query heap type SO_STATISTICS.\n");
|
||||
FIXME("Unsupported query heap type SO_STATISTICS.\n");
|
||||
vkd3d_free(object);
|
||||
return E_NOTIMPL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user