libs/vkd3d: Mark D3D12_QUERY_HEAP_TYPE_SO_STATISTICS with a FIXME()

This commit is contained in:
Sven Hesse 2017-08-23 17:30:02 +02:00
parent be6af110b4
commit 3a966cf38e
1 changed files with 1 additions and 1 deletions

View File

@ -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;