mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Implement loading/saving in the performance counter selection.
This commit is contained in:
committed by
baldurk
parent
cb84ff695e
commit
4d25394c0b
@@ -79,7 +79,7 @@ PerformanceCounterViewer::PerformanceCounterViewer(ICaptureContext &ctx, QWidget
|
||||
PerformanceCounterSelection pcs(m_Ctx, this);
|
||||
if(RDDialog::show(&pcs) == QDialog::Accepted)
|
||||
{
|
||||
const QList<uint32_t> selectedCounters = pcs.GetSelectedCounters();
|
||||
const QList<GPUCounter> selectedCounters = pcs.GetSelectedCounters();
|
||||
|
||||
bool done = false;
|
||||
m_Ctx.Replay().AsyncInvoke([=, &done](IReplayController *controller) -> void {
|
||||
|
||||
Reference in New Issue
Block a user