Commit f28c4416 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d11.idl: Added D3D11_APPEND_ALIGNED_ELEMENT declaration.

parent 7eed378f
......@@ -445,6 +445,8 @@ typedef enum D3D11_INPUT_CLASSIFICATION
D3D11_INPUT_PER_INSTANCE_DATA,
} D3D11_INPUT_CLASSIFICATION;
const UINT D3D11_APPEND_ALIGNED_ELEMENT = 0xffffffff;
typedef struct D3D11_INPUT_ELEMENT_DESC
{
LPCSTR SemanticName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment