mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-02 21:00:56 +00:00
Add info about backends to README
This commit is contained in:
parent
823129e438
commit
e79cb49aa7
12
README.md
12
README.md
@ -8,6 +8,18 @@ Requirements:
|
||||
- SDL 2.x
|
||||
- CMake 3.1 or higher
|
||||
|
||||
Available backends are:
|
||||
- `BUILD_OPENGL_LEGACY` OpenGL Compatibility profile 1.1 (default ON)
|
||||
- `BUILD_OPENGL` OpenGL Core profile 3.3 (WIP)
|
||||
- `BUILD_METAL` Fruit renderer (WIP, ON by default for APPLE)
|
||||
|
||||
OpenGL Core profile backend requires:
|
||||
- Python 3
|
||||
|
||||
Metal backend requires:
|
||||
- Fruit device
|
||||
- Python 3
|
||||
|
||||
For *nix:
|
||||
```shell
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
Loading…
Reference in New Issue
Block a user