debug: Add renderdoc capture hotkey
This commit is contained in:
parent
4c4208c8e9
commit
cc2c6d8805
12 changed files with 922 additions and 58 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue