Fix missing release of resources

This commit is contained in:
baldurk
2022-11-14 13:57:21 +00:00
parent 1755176b1a
commit 48f0c9a709
+2
View File
@@ -1558,6 +1558,8 @@ void ShaderDebugging::Init(WrappedID3D11Device *device)
void ShaderDebugging::Release()
{
SAFE_RELEASE(MathCS);
SAFE_RELEASE(SampleVS);
SAFE_RELEASE(SamplePS);
SAFE_RELEASE(ParamBuf);
SAFE_RELEASE(OutBuf);
SAFE_RELEASE(OutStageBuf);