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

Method ClearPostScaleShaders

Source/DX11VideoProcessor.cpp:4098–4106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4096
4097
4098void CDX11VideoProcessor::ClearPostScaleShaders()
4099{
4100 for (auto& pExtShader : m_pPostScaleShaders) {
4101 pExtShader.shader.Release();
4102 }
4103 m_pPostScaleShaders.clear();
4104 //UpdateStatsPostProc();
4105 DLog(L"CDX11VideoProcessor::ClearPostScaleShaders().");
4106}
4107
4108HRESULT CDX11VideoProcessor::AddPreScaleShader(const std::wstring& name, const std::string& srcCode)
4109{

Callers

nothing calls this directly

Calls 2

DLogFunction · 0.85
ReleaseMethod · 0.45

Tested by

no test coverage detected