Merge branch 'master' into vulkan

This commit is contained in:
Triang3l
2022-07-01 19:53:08 +03:00
11 changed files with 25 additions and 51 deletions

View File

@@ -1189,10 +1189,6 @@ void VulkanCommandProcessor::OnGammaRampPWLValueWritten() {
void VulkanCommandProcessor::IssueSwap(uint32_t frontbuffer_ptr,
uint32_t frontbuffer_width,
uint32_t frontbuffer_height) {
// FIXME(Triang3l): frontbuffer_ptr is currently unreliable, in the trace
// player it's set to 0, but it's not needed anyway since the fetch constant
// contains the address.
SCOPE_profile_cpu_f("gpu");
ui::Presenter* presenter = graphics_system_->presenter();