[idd] consistency: change t to st

This commit is contained in:
Geoffrey McRae
2023-04-14 13:27:14 +10:00
parent 80b9bda59d
commit fd0cc6aa10
2 changed files with 12 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ private:
int m_texRIndex = 0;
int m_texWIndex = 0;
bool SetupStagingTexture(StagingTexture & t, int width, int height, DXGI_FORMAT format);
bool SetupStagingTexture(StagingTexture & st, int width, int height, DXGI_FORMAT format);
public:
CSwapChainProcessor(CIndirectDeviceContext * devContext, IDDCX_SWAPCHAIN hSwapChain,