mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Populate the buffer format specifier with the initial format
This commit is contained in:
@@ -54,6 +54,11 @@ void BufferFormatSpecifier::toggleHelp()
|
||||
showHelp(false);
|
||||
}
|
||||
|
||||
void BufferFormatSpecifier::setFormat(const QString &format)
|
||||
{
|
||||
ui->formatText->setText(format);
|
||||
}
|
||||
|
||||
void BufferFormatSpecifier::setErrors(const QString &errors)
|
||||
{
|
||||
ui->errors->setText(errors);
|
||||
|
||||
Reference in New Issue
Block a user