libs/vkd3d: Warn about unmet feature level 11_0 requirements.

This isn't necessarily exhaustive.
This commit is contained in:
Józef Kucia
2017-09-14 15:38:19 +02:00
parent 602f9780f8
commit 554d07df06
2 changed files with 56 additions and 6 deletions

View File

@@ -22,7 +22,10 @@ import "dxgibase.idl";
#include "unknown.idl"
const UINT D3D12_CS_TGSM_REGISTER_COUNT = 8192;
const UINT D3D12_MAX_ROOT_COST = 64;
const UINT D3D12_VIEWPORT_BOUNDS_MAX = 32767;
const UINT D3D12_VIEWPORT_BOUNDS_MIN = -32768;
const UINT D3D12_APPEND_ALIGNED_ELEMENT = 0xffffffff;
cpp_quote("#define D3D12_DEFAULT_BLEND_FACTOR_ALPHA (1.0f)")