Menu

#37 Don't use Khronos C++ wrappers at the ABI boundary

1.6
closed
nobody
None
closed
source
minor
1.3.0
defect
2015-01-06
2014-06-22
Bruce Merry
No

The C++ bindings API is not always stable. Rather extract the underlying C API object and pass that through the ABI boundary, and reconstitute another C++ object on the receiving side. At the same time, offer the user an interface that directly uses the C objects.

Discussion

  • Bruce Merry

    Bruce Merry - 2014-12-28
    • status: new --> closed
    • Resolution: new --> closed
     
  • Bruce Merry

    Bruce Merry - 2014-12-28

    Fixed in 75f63fd.