mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-17 15:30:12 +02:00
Added missing error condition
This commit is contained in:
parent
588bf6adc9
commit
de303687e4
@ -638,6 +638,9 @@ HRESULT DirectX::CaptureTexture(
|
||||
return hr;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
BYTE* pData;
|
||||
|
Loading…
x
Reference in New Issue
Block a user