summaryrefslogtreecommitdiff
path: root/tools/gfx/nvapi/nvapi-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/nvapi/nvapi-util.h')
-rw-r--r--tools/gfx/nvapi/nvapi-util.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/gfx/nvapi/nvapi-util.h b/tools/gfx/nvapi/nvapi-util.h
index 0bcab7d36..7715df8c6 100644
--- a/tools/gfx/nvapi/nvapi-util.h
+++ b/tools/gfx/nvapi/nvapi-util.h
@@ -4,16 +4,17 @@
#include "slang-com-helper.h"
#include "slang-com-ptr.h"
-namespace gfx {
+namespace gfx
+{
struct NVAPIUtil
{
- /// Set up NVAPI for use. Must be called before any other function is used.
+ /// Set up NVAPI for use. Must be called before any other function is used.
static SlangResult initialize();
- /// True if the NVAPI is available, can be called even if initialize fails.
- /// If initialize has not been called will return false
+ /// True if the NVAPI is available, can be called even if initialize fails.
+ /// If initialize has not been called will return false
static bool isAvailable();
};
-} // gfx
+} // namespace gfx