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

Method SwitchFullScreen

Source/DX11VideoProcessor.cpp:4636–4644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4634}
4635
4636void CDX11VideoProcessor::SwitchFullScreen(bool set)
4637{
4638 m_bFullScreen = set;
4639
4640 if (HandleHDRToggle()) {
4641 InitMediaType(&m_pFilter->m_inputMT);
4642 InitSwapChain(false);
4643 }
4644}

Callers 1

SetWindowPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected