note godot problems with non-vulcan cards

This commit is contained in:
Malin Freeborn 2024-06-09 15:26:26 +02:00
parent d399e2df9d
commit 53772cb717
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 10 additions and 0 deletions

View File

@ -23,3 +23,13 @@ PDF Dependencies
* `lmodern`
* `hyperref`
- `lowdown`
- `graph-easy`
Godot Note
===========
If your [graphics card does not support vulcan](https://github.com/godotengine/godot/issues/58927), you may need to start godot like this:
```bash
godot --rendering-driver opengl3
```