DirectX-Headers icon indicating copy to clipboard operation
DirectX-Headers copied to clipboard

Option to build `d3dx12_property_format_table.cpp` with exceptions disabled

Open apache-hb opened this issue 1 year ago • 0 comments

Currently GetComponentName, GetBitsPerComponent, and GetDetailTableIndexThrow unconditionally use throw statements. Would it be possible to make this optional in a future release? Perhaps by compiling throws into ASSUME() or providing a TryXXX api.

apache-hb avatar Jan 22 '24 05:01 apache-hb