Add initial prototype.
This commit is contained in:
31
3-mid/opengl/Overview
Normal file
31
3-mid/opengl/Overview
Normal 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.
|
||||
Reference in New Issue
Block a user