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

Method SetVideoRect

Source/DX11VideoProcessor.cpp:3426–3431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3424}
3425
3426void CDX11VideoProcessor::SetVideoRect(const CRect& videoRect)
3427{
3428 m_videoRect = videoRect;
3429 UpdateRenderRect();
3430 UpdateTexures();
3431}
3432
3433HRESULT CDX11VideoProcessor::SetWindowRect(const CRect& windowRect)
3434{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected