Browse Source

Actually an formatting workaround for Markdown.

Unable to separate two lists.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
8e931ae912
  1. 3
      README.md
  2. 4
      doc/mainpage.dox

3
README.md

@ -39,11 +39,14 @@ DESIGN GOALS
SUPPORTED PLATFORMS SUPPORTED PLATFORMS
=================== ===================
Graphics APIs:
* **OpenGL** 2.1 through 4.4, core profile functionality and modern * **OpenGL** 2.1 through 4.4, core profile functionality and modern
extensions extensions
* **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality * **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality
* **WebGL** 1.0 and extensions to match desktop OpenGL functionality * **WebGL** 1.0 and extensions to match desktop OpenGL functionality
Platforms:
* **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through
GLUT or SDL2 toolkit) GLUT or SDL2 toolkit)

4
doc/mainpage.dox

@ -64,11 +64,15 @@ recent C++11 features and to abstract away platform-specific issues.
@section mainpage-platforms Supported platforms @section mainpage-platforms Supported platforms
Graphics APIs:
- **OpenGL** 2.1 through 4.4, core profile functionality and modern - **OpenGL** 2.1 through 4.4, core profile functionality and modern
extensions extensions
- **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality - **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality
- **WebGL** 1.0 and extensions to match desktop OpenGL functionality - **WebGL** 1.0 and extensions to match desktop OpenGL functionality
Platforms:
- **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through
GLUT or SDL2 toolkit) GLUT or SDL2 toolkit)
- **Windows** (through GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit)

Loading…
Cancel
Save