early-access version 2369

This commit is contained in:
pineappleEA
2022-01-04 02:40:02 +01:00
parent 0ee7c35877
commit d2a21afa95
4 changed files with 11 additions and 16 deletions

View File

@@ -5,6 +5,7 @@
#pragma once
#include <memory>
#include <stop_token>
#include "common/bit_field.h"
#include "common/common_types.h"
@@ -209,7 +210,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);
void WaitFence(u32 syncpoint_id, u32 value, std::stop_token stop_token = {});
void IncrementSyncPoint(u32 syncpoint_id);