[host] don't uselessly try to scale 1:1 textures

This commit is contained in:
Geoffrey McRae
2018-07-28 10:25:16 +10:00
parent 05bd587c74
commit f692284f27
2 changed files with 13 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ private:
FrameType m_format;
DXGI_FORMAT m_texFormats [3];
float m_scaleFormats [3];
unsigned int m_scaleFormats [3];
ID3D11Texture2DPtr m_targetTexture[3];
ID3D11RenderTargetViewPtr m_renderView [3];