Add nearest-neighbor samplers for remaining backends

This commit is contained in:
Jack Andersen
2018-02-02 17:05:53 -10:00
parent 72c9809655
commit a2c3e14d8e
5 changed files with 27 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ struct D3D11Context
ComPtr<IDXGIFactory2> m_dxFactory;
ComPtr<ID3D11Device1> m_dev;
ComPtr<ID3D11DeviceContext1> m_devCtx;
ComPtr<ID3D11SamplerState> m_ss[3];
ComPtr<ID3D11SamplerState> m_ss[4];
struct Window
{
ComPtr<IDXGISwapChain1> m_swapChain;