microsoft/clc: Remove #if D3D12_SDK_VERSION blocks now that 610 is required

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22504>
This commit is contained in:
Jesse Natalie
2023-04-14 09:21:21 -07:00
committed by Marge Bot
parent 27c304be2e
commit 290bb7a706
+1 -1
View File
@@ -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)
{