mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 03:39:18 -05:00
Updated the section about dedicated GPUs (exporting the symbols is still only a hint and can be overridden by Settings)
@ -424,7 +424,7 @@ void main()
|
|||||||
|
|
||||||
## Why is raylib using integrated graphics when a dedicated GPU is available?
|
## Why is raylib using integrated graphics when a dedicated GPU is available?
|
||||||
|
|
||||||
The GPU used is set by the user through the GPU vendor’s control panel. If you think it’s crucial that a dedicated GPU is used in your program, you can add the following code anywhere in your code to force the use of dedicated AMD or NVIDIA GPUs.
|
The GPU used is set by the user through the GPU vendor’s control panel. If you think it’s crucial that a dedicated GPU is used in your program, you can add the following code anywhere in your code to suggest the use of dedicated AMD or NVIDIA GPUs.
|
||||||
```c
|
```c
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user