mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-12 13:10:14 +02:00
Fixed -Wextra-semi-stmt warning
This commit is contained in:
parent
2aab4c9d8e
commit
70d6a77e3c
@ -4754,7 +4754,7 @@ namespace
|
|||||||
|
|
||||||
case DXGI_FORMAT_P010:
|
case DXGI_FORMAT_P010:
|
||||||
assert(destImage.format == DXGI_FORMAT_Y210);
|
assert(destImage.format == DXGI_FORMAT_Y210);
|
||||||
CONVERT_420_TO_422(uint16_t, XMUSHORTN4);
|
CONVERT_420_TO_422(uint16_t, XMUSHORTN4)
|
||||||
return S_OK;
|
return S_OK;
|
||||||
|
|
||||||
case DXGI_FORMAT_P016:
|
case DXGI_FORMAT_P016:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user