Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
October 24, 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 25, 2022
1 parent f9ef692 commit b2c26e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required (VERSION 3.13)

set(DXUT_VERSION 11.28)
set(DXUT_VERSION 11.29)

project (DXUT
VERSION ${DXUT_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Core/DXUT.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
((DWORD)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
#endif

#define DXUT_VERSION 1128
#define DXUT_VERSION 1129

//--------------------------------------------------------------------------------------
// Structs
Expand Down
13 changes: 8 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,28 @@ http://go.microsoft.com/fwlink/?LinkId=320437

## Release History

## August 17, 2022 (11.28)
### October 24, 2022 (11.29)
* Fix for build failure `-Wnarrowing` with MinGW GNU 12.2

### August 17, 2022 (11.28)
* *breaking change* DDSTextureLoader ``Ex`` functions now use ``DDS_LOADER_FLAGS`` instead of ``bool forceSRGB`` parameter.
* CMake and MSBuild project updates

## May 23, 2022 (11.27)
### May 23, 2022 (11.27)
* Updated DDSTextureLoader, WICTextureLoader, and ScreenGrab
* Add VS 2022 projects, retired VS 2017 projects
* Update build switches for SDL recommendations
* CMake project cleanup, added CMakePresets.json
* Minor code review

## December 2, 2021
### December 2, 2021
* Minor project update

## June 2, 2021 (11.26)
### June 2, 2021 (11.26)
* Updated DDSTextureLoader, WICTextureLoader, and ScreenGrab
* Minor code review

## February 7, 2021
### February 7, 2021
* Added CMake project
* Removed Windows Vista support
* No code changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ http://go.microsoft.com/fwlink/?LinkId=320437

Copyright (c) Microsoft Corporation.

**August 17, 2022**
**October 24, 2022**

DXUT is a "GLUT"-like framework for Direct3D 11.x Win32 desktop applications; primarily samples, demos, and prototypes.

This code is designed to build with Visual Studio 2019 (16.9 or later) or Visual Studio 2022. Use of the Windows 10 May 2020 Update SDK ([19041](https://walbourn.github.io/windows-10-may-2020-update-sdk/)) or later is required.
This code is designed to build with Visual Studio 2019 (16.11 or later) or Visual Studio 2022. Use of the Windows 10 May 2020 Update SDK ([19041](https://walbourn.github.io/windows-10-may-2020-update-sdk/)) or later is required.

These components are designed to work without requiring any content from the legacy DirectX SDK. For details, see [Where is the DirectX SDK?](https://aka.ms/dxsdk).

Expand Down

0 comments on commit b2c26e3

Please sign in to comment.