June 1, 2020
- Added BufferHelpers header with functions CreateStaticBuffer / CreateTextureFromMemory, and the ConstantBuffer helper class
- Added IsPowerOf2 and CreateInputLayoutFromEffect helpers to DirectXHelpers
- Converted to typed enum bitmask flags (see this blog post for details on this potential breaking change)
AUDIO_ENGINE_FLAGS
,ModelLoaderFlags
,SOUND_EFFECT_INSTANCE_FLAGS
, andWIC_LOADER_FLAGS
- WICTextureLoader for
PNG
codec now checksgAMA
chunk to determine colorspace if thesRGB
chunk is not found for legacy sRGB detection. WIC_LOADER_SRGB_DEFAULT
flag added when loading image via WIC without explicit colorspace metadata- Retired XAudio 2.7 for DirectX Tool Kit for Audio. Use XAudio 2.9, XAudio 2.8, or XAudio2Redist instead.
- CMake project updates
This version is also available on NuGet as version 2020.6.2