include: Add more D3D12_BLEND_OP values.

This commit is contained in:
Henri Verbeet 2016-10-07 13:21:20 +02:00
parent 604a8bb261
commit e4e1ef5944

View File

@ -1044,6 +1044,10 @@ typedef enum D3D12_BLEND
typedef enum D3D12_BLEND_OP
{
D3D12_BLEND_OP_ADD = 1,
D3D12_BLEND_OP_SUBTRACT = 2,
D3D12_BLEND_OP_REV_SUBTRACT = 3,
D3D12_BLEND_OP_MIN = 4,
D3D12_BLEND_OP_MAX = 5,
} D3D12_BLEND_OP;
typedef enum D3D12_LOGIC_OP