From 18c93ab11b82acd63b16785052e15b082af90b9a Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 27 Nov 2018 10:55:42 -0800 Subject: [PATCH] Minor comment fix --- DirectXTex/d3dx12.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DirectXTex/d3dx12.h b/DirectXTex/d3dx12.h index 336db13..dd6779c 100644 --- a/DirectXTex/d3dx12.h +++ b/DirectXTex/d3dx12.h @@ -2666,7 +2666,7 @@ inline HRESULT D3DX12ParsePipelineStream(const D3D12_PIPELINE_STATE_STREAM_DESC& } #endif // NTDDI_WIN10_RS2 -// Requires the Windows 10 April 2018 Update SDK (17763) +// Requires the Windows 10 October 2018 Update SDK (17763) #if defined(NTDDI_WIN10_RS5) && (NTDDI_VERSION >= NTDDI_WIN10_RS5) //------------------------------------------------------------------------------------------------ inline bool operator==( const D3D12_CLEAR_VALUE &a, const D3D12_CLEAR_VALUE &b)