2#include "Graphics/Common.h"
4namespace Nui::Graphics::States
10 static constexpr D3D11_BLEND_DESC GetBlendStateBlendDisabledDesc();
16 static constexpr D3D11_BLEND_DESC GetBlendStateAdditiveBlendDesc();
22 static constexpr D3D11_BLEND_DESC GetBlendStateAlphaBlendDesc();
28 static constexpr D3D11_BLEND_DESC GetBlendStatePreMultipliedAlphaBlendDesc();
34 static constexpr D3D11_BLEND_DESC GetBlendStateColorWriteDisabledDesc();
40 static constexpr D3D11_BLEND_DESC GetBlendStateAlphaToCoverageDesc();
46 static constexpr D3D11_BLEND_DESC GetBlendStateOpacityBlendDesc();