1 parent 85a0ade commit ef59bf8Copy full SHA for ef59bf8
1 file changed
src/gpu/gpu_detection.h
@@ -7,16 +7,9 @@
7
// Returns true on success and fills outState.
8
bool DetectDisplayGPU(GpuState& outState);
9
10
-// Detects the GPU used for rendering by creating a D3D11 device.
11
-// Returns true on success and fills outState.
12
-bool DetectRenderGPU(GpuState& outState);
13
-
14
// Creates a dummy D3D11 device to wake/activate the dGPU.
15
// Returns true on success.
16
bool ActivateRenderGPU();
17
18
-// Builds a tooltip string summarizing display + render GPUs.
19
-std::wstring BuildGpuTooltip(
20
- const GpuState& display,
21
- const GpuState& render
22
-);
+// Builds a tooltip string summarizing the display GPU only.
+std::wstring BuildGpuTooltip(const GpuState& display);
0 commit comments