openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
761 stars 375 forks source link

Implement bindings for alcIsExtensionPresent #1832

Open ACrazyTown opened 3 months ago

ACrazyTown commented 3 months ago

This PR implements CFFI bindings for the OpenAL Soft alcIsExtensionPresent function (which is different from the already existing alIsExtensionPresent function)

I've only tested it on Windows (C++, Neko & Hashlink)