mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 12:16:14 +01:00
Minor code cleanup
This commit is contained in:
@@ -4331,6 +4331,9 @@ namespace
|
||||
case DXGI_FORMAT_A8_UNORM:
|
||||
// Conversion logic for these kinds of textures is unintuitive for WIC code paths
|
||||
return false;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -4343,6 +4346,9 @@ namespace
|
||||
case DXGI_FORMAT_A8_UNORM:
|
||||
// Conversion logic for these kinds of textures is unintuitive for WIC code paths
|
||||
return false;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -4356,6 +4362,9 @@ namespace
|
||||
case DXGI_FORMAT_A8_UNORM:
|
||||
// Conversion logic for these kinds of textures is unintuitive for WIC code paths
|
||||
return false;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1303,6 +1303,9 @@ namespace
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
// This performs any required clamping
|
||||
@@ -2483,6 +2486,9 @@ namespace
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
// This performs any required clamping
|
||||
|
||||
@@ -767,6 +767,9 @@ namespace
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
// This performs any required clamping
|
||||
|
||||
Reference in New Issue
Block a user