libs/vkd3d: Validate root signature size.

This commit is contained in:
Józef Kucia
2017-09-05 11:53:55 +02:00
parent 579a8bc3e0
commit 9eee65c3ab
2 changed files with 14 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ import "dxgibase.idl";
#include "unknown.idl"
const UINT D3D12_MAX_ROOT_COST = 64;
const UINT D3D12_APPEND_ALIGNED_ELEMENT = 0xffffffff;
cpp_quote("#define D3D12_DEFAULT_BLEND_FACTOR_ALPHA (1.0f)")
cpp_quote("#define D3D12_DEFAULT_BLEND_FACTOR_BLUE (1.0f)")