mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 12:16:14 +01:00
Added missing error condition
This commit is contained in:
@@ -638,6 +638,9 @@ HRESULT DirectX::CaptureTexture(
|
||||
return hr;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
BYTE* pData;
|
||||
|
||||
Reference in New Issue
Block a user