From 290bb7a70674d84540de8abd03b467d44aa710e3 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Fri, 14 Apr 2023 09:21:21 -0700 Subject: [PATCH] microsoft/clc: Remove #if D3D12_SDK_VERSION blocks now that 610 is required Part-of: --- src/microsoft/clc/compute_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsoft/clc/compute_test.cpp b/src/microsoft/clc/compute_test.cpp index 2794f382d73..e5c2291f37a 100644 --- a/src/microsoft/clc/compute_test.cpp +++ b/src/microsoft/clc/compute_test.cpp @@ -39,7 +39,7 @@ #include -#if (defined(_WIN32) && defined(_MSC_VER)) || D3D12_SDK_VERSION < 606 +#if (defined(_WIN32) && defined(_MSC_VER)) inline D3D12_CPU_DESCRIPTOR_HANDLE GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) {