File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ EFFECTS FOR DIRECT3D 11 (FX11)
33
44Copyright (c) Microsoft Corporation. All rights reserved.
55
6- May 31 , 2018
6+ July 12 , 2018
77
88Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render
99state, and runtime variables together.
@@ -62,6 +62,10 @@ in a future update.
6262RELEASE HISTORY
6363---------------
6464
65+ July 12, 2018 (11.25)
66+ Added D3DX11DebugMute function
67+ Minor project and code cleanup
68+
6569May 31, 2018 (11.24)
6670 VS 2017 updated for Windows 10 April 2018 Update SDK (17134)
6771
Original file line number Diff line number Diff line change 1111
1212#pragma once
1313
14- #define D3DX11_EFFECTS_VERSION 1124
14+ #define D3DX11_EFFECTS_VERSION 1125
1515
1616#if defined(_XBOX_ONE ) && defined(_TITLE )
1717#include <d3d11_x.h>
You can’t perform that action at this time.
0 commit comments