MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / FitImageToView

Method FitImageToView

tools/explorer/FlatImageView.cpp:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void FlatImageView::FitImageToView()
582{
583 float2 scales = m_viewSize / m_textureSize;
584 m_displayScale = std::min(scales.x, scales.y);
585 m_textureCenterOffset = 0;
586}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected