debug: Add renderdoc capture hotkey

This commit is contained in:
GPUCode 2023-09-10 23:26:09 +03:00
parent 4c4208c8e9
commit cc2c6d8805
12 changed files with 922 additions and 58 deletions

View file

@ -102,6 +102,10 @@ namespace Network {
class RoomNetwork;
}
namespace Tools {
class RenderdocAPI;
}
namespace Core {
class ARM_Interface;
@ -413,6 +417,8 @@ public:
/// Gets an immutable reference to the Room Network.
[[nodiscard]] const Network::RoomNetwork& GetRoomNetwork() const;
[[nodiscard]] Tools::RenderdocAPI& GetRenderdocAPI();
void SetExitLocked(bool locked);
bool GetExitLocked() const;