Option to build d3dx12_property_format_table.cpp
with exceptions disabled
#117
Labels
conformance
Related to supporting non-MSVC compilers
Currently
GetComponentName
,GetBitsPerComponent
, andGetDetailTableIndexThrow
unconditionally usethrow
statements. Would it be possible to make this optional in a future release? Perhaps by compiling throws intoASSUME()
or providing aTryXXX
api.The text was updated successfully, but these errors were encountered: