Updated the section about dedicated GPUs (exporting the symbols is still only a hint and can be overridden by Settings)

master
Eliza Milburn 1 년 전
부모
커밋
5d306804a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Frequently-Asked-Questions.md

+ 1
- 1
Frequently-Asked-Questions.md

@ -424,7 +424,7 @@ void main()
## 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
#ifdef __cplusplus
extern "C" {

불러오는 중...
취소
저장