|
|
|
|
|
by shmerl
3437 days ago
|
|
All this assumes, you need to use non portable extensions every time. It could be reasonable in the past, it's way less reasonable today. And using a whole different API is surely more complex, than adapting usage of portable API to differences of potential targets, depending on features which they support. It's pretty easy to check what's supported by the driver and decide whether to use some optional feature. |
|