MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / ClearPreScaleShaders

Method ClearPreScaleShaders

Source/DX11VideoProcessor.cpp:4088–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4086}
4087
4088void CDX11VideoProcessor::ClearPreScaleShaders()
4089{
4090 for (auto& pExtShader : m_pPreScaleShaders) {
4091 pExtShader.shader.Release();
4092 }
4093 m_pPreScaleShaders.clear();
4094 DLog(L"CDX11VideoProcessor::ClearPreScaleShaders().");
4095}
4096
4097
4098void CDX11VideoProcessor::ClearPostScaleShaders()

Callers

nothing calls this directly

Calls 2

DLogFunction · 0.85
ReleaseMethod · 0.45

Tested by

no test coverage detected