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

Method SetRotation

Source/DX9VideoProcessor.cpp:2064–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2062}
2063
2064void CDX9VideoProcessor::SetRotation(int value)
2065{
2066 m_iRotation = value;
2067 UpdateTexures();
2068}
2069
2070void CDX9VideoProcessor::SetStereo3dTransform(int value)
2071{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected