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

Method setAutoFormat

qrenderdoc/Widgets/BufferFormatSpecifier.cpp:201–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void BufferFormatSpecifier::setAutoFormat(QString autoFormat)
202{
203 m_AutoFormat = autoFormat;
204
205 updateFormatList();
206
207 setFormat(autoFormat);
208
209 formatText->emptyUndoBuffer();
210
211 apply_clicked();
212}
213
214void BufferFormatSpecifier::setContext(ICaptureContext *ctx)
215{

Callers 4

ViewBufferMethod · 0.80
ViewCBufferMethod · 0.80
ViewTextureMethod · 0.80
on_setFormat_toggledMethod · 0.80

Calls 1

emptyUndoBufferMethod · 0.80

Tested by

no test coverage detected