Optimize vector and matrix indexers so they are actually inlined correctly. (@BoyBaykiller)
Changed Matrix4.Invert to throw using a throw helper method. (@BoyBaykiller)
Remove unecessary aggressive inlining hint from internal functions Matrix4.InvertSee3 and Matrix4.InvertFallback. (@BoyBaykiller)
OpenAL bindings changes**:
Introduces new generated bindings for the entire OpenAL API. (@N...