include: Fix the definition of D3D_PRIMITIVE enum members.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a22dd45a79
commit
97d5aaeaa7
|
@ -319,7 +319,7 @@ typedef enum D3D_PRIMITIVE
|
|||
D3D_PRIMITIVE_17_CONTROL_POINT_PATCH,
|
||||
D3D_PRIMITIVE_18_CONTROL_POINT_PATCH,
|
||||
D3D_PRIMITIVE_19_CONTROL_POINT_PATCH,
|
||||
D3D_PRIMITIVE_20_CONTROL_POINT_PATCH = 28,
|
||||
D3D_PRIMITIVE_20_CONTROL_POINT_PATCH,
|
||||
D3D_PRIMITIVE_21_CONTROL_POINT_PATCH,
|
||||
D3D_PRIMITIVE_22_CONTROL_POINT_PATCH,
|
||||
D3D_PRIMITIVE_23_CONTROL_POINT_PATCH,
|
||||
|
@ -363,7 +363,7 @@ typedef enum D3D_PRIMITIVE
|
|||
D3D11_PRIMITIVE_17_CONTROL_POINT_PATCH,
|
||||
D3D11_PRIMITIVE_18_CONTROL_POINT_PATCH,
|
||||
D3D11_PRIMITIVE_19_CONTROL_POINT_PATCH,
|
||||
D3D11_PRIMITIVE_20_CONTROL_POINT_PATCH = 28,
|
||||
D3D11_PRIMITIVE_20_CONTROL_POINT_PATCH,
|
||||
D3D11_PRIMITIVE_21_CONTROL_POINT_PATCH,
|
||||
D3D11_PRIMITIVE_22_CONTROL_POINT_PATCH,
|
||||
D3D11_PRIMITIVE_23_CONTROL_POINT_PATCH,
|
||||
|
|
Loading…
Reference in New Issue