mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-16 10:45:45 +00:00
Sort final list of used descriptors in D3D12 shader feedback
This commit is contained in:
@@ -616,6 +616,8 @@ void D3D12Replay::FetchShaderFeedback(uint32_t eventId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
std::sort(result.used.begin(), result.used.end());
|
||||
}
|
||||
|
||||
// replay from the start as we may have corrupted state while fetching the above feedback.
|
||||
|
||||
Reference in New Issue
Block a user