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

Method SetRotation

Source/DX11VideoProcessor.cpp:4052–4058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4050}
4051
4052void CDX11VideoProcessor::SetRotation(int value)
4053{
4054 m_iRotation = value;
4055 if (m_D3D11VP.IsReady()) {
4056 m_D3D11VP.SetRotation(static_cast<D3D11_VIDEO_PROCESSOR_ROTATION>(value / 90));
4057 }
4058}
4059
4060void CDX11VideoProcessor::SetStereo3dTransform(int value)
4061{

Callers

nothing calls this directly

Calls 1

IsReadyMethod · 0.45

Tested by

no test coverage detected