bkaradzic / bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
https://bkaradzic.github.io/bgfx/overview.html
BSD 2-Clause "Simplified" License
15.05k stars 1.94k forks source link

D bindings: Mark enum conversion functions `nothrow @nogc pure @safe` #3272

Closed ichordev closed 7 months ago

ichordev commented 7 months ago

These functions heretofore were unmarked as the result of an oversight. This change doesn't affect backwards-compatibility.