mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-15 08:06:16 +00:00
ClampToEdge mode for textures; cocoa termination exception fix
This commit is contained in:
@@ -51,7 +51,7 @@ struct D3D11Context
|
||||
ComPtr<IDXGIFactory2> m_dxFactory;
|
||||
ComPtr<ID3D11Device1> m_dev;
|
||||
ComPtr<ID3D11DeviceContext1> m_devCtx;
|
||||
ComPtr<ID3D11SamplerState> m_ss[2];
|
||||
ComPtr<ID3D11SamplerState> m_ss[3];
|
||||
struct Window
|
||||
{
|
||||
ComPtr<IDXGISwapChain1> m_swapChain;
|
||||
|
||||
Reference in New Issue
Block a user