mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Fix some minor clang-format issues
This commit is contained in:
@@ -24,11 +24,13 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "official/vk_layer.h"
|
||||
|
||||
#include "api/replay/version.h"
|
||||
#include "common/common.h"
|
||||
#include "common/threading.h"
|
||||
#include "hooks/hooks.h"
|
||||
#include "official/vk_layer.h"
|
||||
#include "os/os_specific.h"
|
||||
#include "serialise/string_utils.h"
|
||||
#include "vk_common.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "official/vk_layer.h"
|
||||
|
||||
// RenderDoc Includes
|
||||
|
||||
@@ -102,7 +102,6 @@ public:
|
||||
|
||||
void EnableHooks(const char *libName, bool enable) { m_EnabledHooks = enable; }
|
||||
void OptionsUpdated(const char *libName) {}
|
||||
|
||||
private:
|
||||
static SysHook syshooks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user