Module: Mesa Branch: main Commit: 290bb7a70674d84540de8abd03b467d44aa710e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=290bb7a70674d84540de8abd03b467d44aa710e3
Author: Jesse Natalie <[email protected]> Date: Fri Apr 14 09:21:21 2023 -0700 microsoft/clc: Remove #if D3D12_SDK_VERSION blocks now that 610 is required Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22504> --- 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 <spirv-tools/libspirv.hpp> -#if (defined(_WIN32) && defined(_MSC_VER)) || D3D12_SDK_VERSION < 606 +#if (defined(_WIN32) && defined(_MSC_VER)) inline D3D12_CPU_DESCRIPTOR_HANDLE GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) {
