This commit is contained in:
Chuck Walbourn 2022-12-10 02:30:56 -08:00 коммит произвёл GitHub
Родитель 2bdc200ac9
Коммит 48962011fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@
cmake_minimum_required (VERSION 3.20)
set(FX_VERSION 11.28)
set(FX_VERSION 11.29)
project (Effects11
VERSION ${FX_VERSION}

Просмотреть файл

@ -4,6 +4,10 @@ http://go.microsoft.com/fwlink/?LinkId=271568
## Release History
## December 10, 2022 (11.29)
* CMake project updated to require 3.20 or later
* Added Azure Dev Ops Pipeline YAML files
## August 17, 2022 (11.28)
* CMake and MSBuild project updates

Просмотреть файл

@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=271568
Copyright (c) Microsoft Corporation. All rights reserved.
**August 17, 2022**
**December 10, 2022**
Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.

Просмотреть файл

@ -11,7 +11,7 @@
#pragma once
#define D3DX11_EFFECTS_VERSION 1128
#define D3DX11_EFFECTS_VERSION 1129
#if defined(_XBOX_ONE) && defined(_TITLE)
#include <d3d11_x.h>