microsoft / D3D12TranslationLayer

A library containing utilities for mapping higher-level graphics work to D3D12
MIT License
327 stars 47 forks source link

Fix usage of noexcept on methods that call SubmitCommandList which throws exceptions #67

Closed sivileri closed 2 years ago

sivileri commented 2 years ago

Adds try/catch and converts exception to HRESULT in noexcept methods returning HRESULT and removes noexcept in others.