Ticket #13 (closed enhancement: duplicate)
Host API initialization mask.
| Reported by: | davidv | Owned by: | rossb |
|---|---|---|---|
| Priority: | major | Milestone: | V19-RC1 |
| Component: | public-api | Version: | |
| Keywords: | Cc: |
Description
(edited from Rossb post)
Make host API Ids a bit-mask rather than a sequential enumeration. This would limit us to 32 host apis in the future, but I sincerely hope we will never get to the point of supporting 32 host APIs anyway.
Pa_SetHostApiInitializationMask() <- call this before calling Pa_Initialize() would not be _required_. If not called, this defaults to "init all host apis"
Truly portable code shouldn't have to know about host apis at all.
Change History
Note: See
TracTickets for help on using
tickets.
