From 57334706ddcc46024defd308ad493ac3c6f73d70 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 14 May 2018 14:48:04 -0700 Subject: [PATCH] May 14, 2018 --- Readme.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index 85d40015..60456f76 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 12 Copyright (c) Microsoft Corporation. All rights reserved. -April 23, 2018 +May 14, 2018 This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 12 C++ code for Universal Windows Platform (UWP) apps, Win32 desktop @@ -108,6 +108,11 @@ RELEASE NOTES RELEASE HISTORY --------------- +May 14, 2018 + EffectPipelineStateDescription updated with GetDesc method + Updated for VS 2017 15.7 update warnings + Code and project cleanup + April 23, 2018 AlignUp, AlignDown template functions in DirectXHelpers.h ScopedBarrier added to DirectXHelpers.h