Release pixel picking texture

This commit is contained in:
baldurk
2018-11-22 19:39:49 +00:00
parent 82c5e62934
commit 3fa7e0e35f
+1
View File
@@ -1247,6 +1247,7 @@ void D3D11Replay::PixelPicking::Init(WrappedID3D11Device *device)
void D3D11Replay::PixelPicking::Release()
{
SAFE_RELEASE(Texture);
SAFE_RELEASE(RTV);
SAFE_RELEASE(StageTexture);
}