
Remove [In] [Out] attributes from the GL wrappers
Posted Saturday, 4 April, 2009 - 17:02 by the Fiddler| Project: | The Open Toolkit library |
| Version: | 0.9.9-2b |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
These attributes only affect pinvokes, otherwise they are simply ignored by the runtime. As such, they are necessary for the delegates / dllimports (which are used in pinvokes), but useless for the wrappers in the GL class.
This is low-priority as the attributes have no side-effects other than code bloat.


Comments
#1
[In] and [Out] attributes are now generated only when necessary.
#2
Closing issues fixed in 0.9.9-2.