Open
Description
Approaches:
- Use shorter class names and namespace names and add typedefs (using C++11
using
) to restore the established interfaces. ExamplesBinding
->B
glbinding
->glb
Function
->F
- Remove extensive use of inline (seems most promising but may impede performance)
- Fine-grained selection of public API (don't export protected and private members), including a completely separation of public and internal interfaces
Metadata
Metadata
Assignees
Labels
No labels