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
14.59k stars 1.92k forks source link

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

Closed ichordev closed 3 months ago

ichordev commented 3 months ago

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