Commit 974ac06f authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d10: Add the D3D10_REGISTER_COMPONENT_TYPE enum.

parent dd64f946
......@@ -99,6 +99,14 @@ typedef enum D3D10_NAME
D3D10_NAME_DEPTH = 65,
} D3D10_NAME;
typedef enum D3D10_REGISTER_COMPONENT_TYPE
{
D3D10_REGISTER_COMPONENT_UNKNOWN = 0,
D3D10_REGISTER_COMPONENT_UINT32 = 1,
D3D10_REGISTER_COMPONENT_SINT32 = 2,
D3D10_REGISTER_COMPONENT_FLOAT32 = 3,
} D3D10_REGISTER_COMPONENT_TYPE;
typedef struct _D3D10_SHADER_MACRO
{
LPCSTR Name;
......
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