2#include "Graphics/Common.h" 
    4namespace Nui::Graphics::States
 
   10    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateNoCullDesc();
 
   16    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateFrontFaceCullDesc();
 
   22    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateFrontFaceCullScissorDesc();
 
   28    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateBackFaceCullDesc();
 
   34    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateBackFaceCullScissorDesc();
 
   40    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateNoCullNoMSDesc();
 
   46    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateNoCullScissorDesc();
 
   52    static constexpr D3D11_RASTERIZER_DESC GetRasterizerStateWireframeDesc();