diff options
| author | Miles Macklin <[email protected]> | 2018-03-19 15:10:24 +1300 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2018-03-19 15:10:24 +1300 |
| commit | 8ee05c79ae1748ef132a12e4fb0af284899faec6 (patch) | |
| tree | 82bd5aa1892e28ce7886b6cfeafe66a47ff38e67 /demo/d3d/appGraphCtx.h | |
| parent | Flex 1.2 (beta 2) (diff) | |
| download | flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.tar.xz flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.zip | |
Flex 1.2.0 release
Diffstat (limited to 'demo/d3d/appGraphCtx.h')
| -rw-r--r-- | demo/d3d/appGraphCtx.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demo/d3d/appGraphCtx.h b/demo/d3d/appGraphCtx.h index 2c6300d..19a1463 100644 --- a/demo/d3d/appGraphCtx.h +++ b/demo/d3d/appGraphCtx.h @@ -10,6 +10,10 @@ #pragma once +#ifndef _DEBUG +#define ENABLE_AFTERMATH_SUPPORT 1 +#endif + #define APP_GRAPH_CTX_API extern "C" __declspec(dllexport) struct SDL_Window; @@ -44,4 +48,3 @@ APP_GRAPH_CTX_API void AppGraphCtxProfileEnd(AppGraphCtx* context, const char* l APP_GRAPH_CTX_API bool AppGraphCtxProfileGet(AppGraphCtx* context, const char** plabel, float* cpuTime, float* gpuTime, int index); APP_GRAPH_CTX_API size_t AppGraphCtxDedicatedVideoMemory(AppGraphCtx* context); - |