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.11k stars 1.95k forks source link

Use the correct options enum when checking D3D12 features. #3346

Closed kalmard0 closed 2 months ago

kalmard0 commented 2 months ago

Fixes #3345.

bkaradzic commented 2 months ago

Thanks!