mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-14 14:10:13 +02:00
SAL annotation for switch fallthrough
This commit is contained in:
parent
b62a0c45f3
commit
7245687c6c
@ -3161,7 +3161,7 @@ void DirectX::_ConvertScanline(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fall-through
|
__fallthrough;
|
||||||
|
|
||||||
case TEX_FILTER_RGB_COPY_RED:
|
case TEX_FILTER_RGB_COPY_RED:
|
||||||
{
|
{
|
||||||
@ -3445,7 +3445,7 @@ void DirectX::_ConvertScanline(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fall-through
|
__fallthrough;
|
||||||
|
|
||||||
case TEX_FILTER_RGB_COPY_RED:
|
case TEX_FILTER_RGB_COPY_RED:
|
||||||
{
|
{
|
||||||
@ -3538,7 +3538,7 @@ void DirectX::_ConvertScanline(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fall-through
|
__fallthrough;
|
||||||
|
|
||||||
case TEX_FILTER_RGB_COPY_RED:
|
case TEX_FILTER_RGB_COPY_RED:
|
||||||
// Leave data unchanged and the store will handle this...
|
// Leave data unchanged and the store will handle this...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user