mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 12:16:14 +01:00
Fixed -Wextra-semi-stmt warning
This commit is contained in:
@@ -4754,7 +4754,7 @@ namespace
|
||||
|
||||
case DXGI_FORMAT_P010:
|
||||
assert(destImage.format == DXGI_FORMAT_Y210);
|
||||
CONVERT_420_TO_422(uint16_t, XMUSHORTN4);
|
||||
CONVERT_420_TO_422(uint16_t, XMUSHORTN4)
|
||||
return S_OK;
|
||||
|
||||
case DXGI_FORMAT_P016:
|
||||
|
||||
Reference in New Issue
Block a user