We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ade6d commit 4e69eb9Copy full SHA for 4e69eb9
1 file changed
tools/clang/unittests/HLSLExec/LongVectors.cpp
@@ -1536,8 +1536,7 @@ class DxilConf_SM69_Vectorized {
1536
} else {
1537
D3D12_FEATURE_DATA_D3D12_OPTIONS1 WaveOpts;
1538
VERIFY_SUCCEEDED(D3DDevice->CheckFeatureSupport(
1539
- D3D12_FEATURE_D3D12_OPTIONS1, &waveOpts,
1540
- sizeof(waveOpts)));
+ D3D12_FEATURE_D3D12_OPTIONS1, &waveOpts, sizeof(waveOpts)));
1541
1542
WaveSize = waveOpts.WaveLaneCountMin;
1543
}
0 commit comments