MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ClearModels

Method ClearModels

qrenderdoc/Windows/BufferViewer.cpp:5762–5772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5760}
5761
5762void BufferViewer::ClearModels()
5763{
5764 for(BufferItemModel *m : {m_ModelIn, m_ModelOut1, m_ModelOut2})
5765 {
5766 if(!m)
5767 continue;
5768
5769 m->beginReset();
5770 m->endReset(BufferConfiguration());
5771 }
5772}
5773
5774void BufferViewer::CalcColumnWidth(int maxNumRows)
5775{

Callers

nothing calls this directly

Calls 3

BufferConfigurationClass · 0.85
beginResetMethod · 0.80
endResetMethod · 0.80

Tested by

no test coverage detected