@@ -12746,8 +12746,9 @@ float4 ps_main() : SV_Target {
1274612746
1274712747 // Get command list interface and perform conversion
1274812748 CComPtr<ID3D12GraphicsCommandListPreview> CommandListPreview;
12749- VERIFY_SUCCEEDED(CommandList->QueryInterface(
12750- __uuidof(ID3D12GraphicsCommandListPreview), (void **)&CommandListPreview));
12749+ VERIFY_SUCCEEDED(
12750+ CommandList->QueryInterface(__uuidof(ID3D12GraphicsCommandListPreview),
12751+ (void **)&CommandListPreview));
1275112752 CommandListPreview->ConvertLinearAlgebraMatrix(&ConvertInfo, 1);
1275212753
1275312754 // This increments BaseHandle
@@ -13377,8 +13378,9 @@ float4 ps_main() : SV_Target {
1337713378
1337813379 // Get command list interface and perform conversion
1337913380 CComPtr<ID3D12GraphicsCommandListPreview> CommandListPreview;
13380- VERIFY_SUCCEEDED(CommandList->QueryInterface(
13381- __uuidof(ID3D12GraphicsCommandListPreview), (void **)&CommandListPreview));
13381+ VERIFY_SUCCEEDED(
13382+ CommandList->QueryInterface(__uuidof(ID3D12GraphicsCommandListPreview),
13383+ (void **)&CommandListPreview));
1338213384 CommandListPreview->ConvertLinearAlgebraMatrix(&ConvertInfo, 1);
1338313385
1338413386 // This increments baseHandle
@@ -13528,8 +13530,9 @@ float4 ps_main() : SV_Target {
1352813530
1352913531 // Get command list interface and perform conversion
1353013532 CComPtr<ID3D12GraphicsCommandListPreview> CommandListPreview;
13531- VERIFY_SUCCEEDED(CommandList->QueryInterface(
13532- __uuidof(ID3D12GraphicsCommandListPreview), (void **)&CommandListPreview));
13533+ VERIFY_SUCCEEDED(
13534+ CommandList->QueryInterface(__uuidof(ID3D12GraphicsCommandListPreview),
13535+ (void **)&CommandListPreview));
1353313536 CommandListPreview->ConvertLinearAlgebraMatrix(&ConvertInfo, 1);
1353413537 }
1353513538
0 commit comments