Overte C++ Documentation
NsightHelpers.h
1 //
2 // Created by Bradley Austin Davis on 2015/12/10
3 // Copyright 2015 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 #pragma once
9 #ifndef hifi_gl_NsightHelpers_h
10 #define hifi_gl_NsightHelpers_h
11 
12 bool nsightActive();
13 
14 #include "../Profile.h"
15 
16 #endif