mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-06 05:06:14 +01:00
functions taking std::function should not be noexcept
This commit is contained in:
@@ -737,7 +737,7 @@ HRESULT DirectX::SaveWICTextureToFile(
|
||||
REFGUID guidContainerFormat,
|
||||
const wchar_t* fileName,
|
||||
const GUID* targetFormat,
|
||||
std::function<void(IPropertyBag2*)> setCustomProps) noexcept
|
||||
std::function<void(IPropertyBag2*)> setCustomProps)
|
||||
{
|
||||
if (!pSource || !fileName)
|
||||
return E_INVALIDARG;
|
||||
|
||||
Reference in New Issue
Block a user