Revert "Merge pull request #7668 from ameerj/fence-stop-token"

This reverts commit e773354477, reversing
changes made to abbbdc2bc0.
This commit is contained in:
ameerj 2022-01-03 20:28:54 -05:00
parent e773354477
commit 7652543231
3 changed files with 15 additions and 10 deletions

View file

@ -5,7 +5,6 @@
#pragma once
#include <memory>
#include <stop_token>
#include "common/bit_field.h"
#include "common/common_types.h"
@ -210,7 +209,7 @@ public:
[[nodiscard]] const VideoCore::ShaderNotify& ShaderNotify() const;
/// Allows the CPU/NvFlinger to wait on the GPU before presenting a frame.
void WaitFence(u32 syncpoint_id, u32 value, std::stop_token stop_token = {});
void WaitFence(u32 syncpoint_id, u32 value);
void IncrementSyncPoint(u32 syncpoint_id);