Add initial prototype.

This commit is contained in:
Rod Kay
2022-07-31 17:34:54 +10:00
commit 54a53b2ac0
1421 changed files with 358874 additions and 0 deletions

31
3-mid/opengl/Overview Normal file
View File

@@ -0,0 +1,31 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~
'openGL' Component Overview
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Platforms
---------
- eGL (preferred)
- glX (til eGL is fully supported (ask nVidia))
- Windows (if/when contributed)
- Apple (if/when contributed)
Profiles
--------
- Safe (safety critical)
- Lean (embedded)
- Desk (desktop)
Source Folders
--------------
- source: Code common to all openGL profiles.
- source/safe: Code common to 'Safety Critical' and 'Desktop' openGL profiles.
- source/lean: Code common to 'Embedded' and 'Desktop' openGL profiles.
- source/desk: Code specific to 'Desktop' openGL profile.
Installation
------------
Add the '.../opengl/library' folder to your GNAT_PROJECT_PATH.