mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:44:38 +02:00
Fix for osx and linux
This commit is contained in:
parent
c40b70688c
commit
9dd24f81d4
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
#include "NsightHelpers.h"
|
#include "NsightHelpers.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
#if defined(NSIGHT_FOUND)
|
#if defined(NSIGHT_FOUND)
|
||||||
#include "nvToolsExt.h"
|
#include "nvToolsExt.h"
|
||||||
|
|
||||||
|
@ -39,3 +40,4 @@ ProfileRange::ProfileRange(const char *name) {}
|
||||||
ProfileRange::ProfileRange(const char *name, uint32_t argbColor, uint64_t payload) {}
|
ProfileRange::ProfileRange(const char *name, uint32_t argbColor, uint64_t payload) {}
|
||||||
ProfileRange::~ProfileRange() {}
|
ProfileRange::~ProfileRange() {}
|
||||||
#endif
|
#endif
|
||||||
|
#endif // _WIN32
|
||||||
|
|
Loading…
Reference in a new issue