/
redgpu
/
xess
Обзор
Документация
Войти
/
redgpu
/
xess
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/basic_sample_frame_generation/stdafx.h
37 строк
1 KB
Intel XeSS
Updated to XeSS SDK 3.0.0
09 мар 2026, 16:54
09 мар 2026, 16:54
07945ae
Код
Авторство
О чём код?
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. // //********************************************************* // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently. #pragma once #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers. #endif #include <windows.h> #include <d3d12.h> #include <dxgi1_6.h> #include <D3Dcompiler.h> #include <DirectXMath.h> #include "d3dx12.h" #include <wrl.h> #include <shellapi.h> #include <algorithm> #include <limits.h> #include <stdint.h> #include <string>