[host] remove the depth buffer, it's unused

This commit is contained in:
Geoffrey McRae
2018-07-28 02:30:02 +10:00
parent 2019766989
commit 3799929f59
3 changed files with 5 additions and 27 deletions

View File

@@ -56,8 +56,6 @@ private:
DXGI_FORMAT m_format;
ID3D11Texture2DPtr m_targetTexture;
ID3D11Texture2DPtr m_depthTexture;
ID3D11DepthStencilViewPtr m_depthView;
ID3D11RenderTargetViewPtr m_renderView;
ID3D11ShaderResourceViewPtr m_shaderView;
ID3D11InputLayoutPtr m_layout;