Skip to content

Commit

Permalink
IrrlichtMt: Document Driver/Device compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Nov 13, 2024
1 parent 49fb880 commit 08304c9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions irr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@ We aim to support these platforms:

This doesn't mean other platforms don't work or won't be supported, if you find something that doesn't work contributions are welcome.

Compatibility matrix
--------------------

Driver (rows) vs Device (columns)

| | SDL [1] | Linux [2] | OSX [3] | Win32 [4] |
|---------------------------|----------|----------------|------------------|-----------------|
| OpenGL 1.2 (to 2.1) | Works | Works (GLX) | Works (NSOpenGL) | Works (WGL) |
| OpenGL 3.2+ | Works | Testing (GLX) | Not implemented | Testing (WGL) |
| OpenGL ES 2.x | Works | Untested (EGL) | Not implemented | Untested (EGL) |
| WebGL 1 | Untested | Untested (EGL) | Not implemented | Not implemented |
| Null (no graphics output) | Works | Works | Works | Works |

Notes:

* [1] `CIrrDeviceSDL`: supports Android, Linux, macOS, Windows
* [2] `CIrrDeviceLinux`: supports Linux
* [3] `CIrrDeviceOSX`: supports macOS
* [4] `CIrrDeviceWin32`: supports Windows


License
-------

Expand Down

0 comments on commit 08304c9

Please sign in to comment.