Euphoria
enable_high_performance_graphics.h
Go to the documentation of this file.
1
17#ifdef _WIN32
18 #define ENABLE_HIGH_PERFORMANCE_GRAPHICS \
19 extern "C" \
20 { \
21 __declspec(dllexport) unsigned long NvOptimusEnablement = 1; \
22 __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; \
23 }
24
25#else
26 #define ENABLE_HIGH_PERFORMANCE_GRAPHICS
27#endif