mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
libs/vkd3d: Warn about unmet feature level 11_0 requirements.
This isn't necessarily exhaustive.
This commit is contained in:
@@ -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)")
|
||||
|
Reference in New Issue
Block a user