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