1 parent cd87dec commit d2a8e23Copy full SHA for d2a8e23
1 file changed
src/gpu/gpu_detection.h
@@ -6,6 +6,10 @@
6
bool DetectDisplayGPU(GpuState& outState);
7
bool DetectRenderGPU(GpuState& outState);
8
9
+// Creates a dummy D3D11 device to wake/activate the dGPU.
10
+// Returns true on success.
11
+bool ActivateRenderGPU();
12
+
13
std::wstring BuildGpuTooltip(
14
const GpuState& display,
15
const GpuState& render
0 commit comments