Logo
Explore Help
Register Sign In
xuanchi/XCEngine
1
1
Fork 0
You've already forked XCEngine
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
36d3decef6bea025682bc7376c034a23db225e01
XCEngine/tests/RHI/D3D12/integration/CMakeLists.txt

13 lines
217 B
CMake
Raw Normal View History

fix: D3D12 screenshot implementation and tests
2026-03-20 02:35:59 +08:00
cmake_minimum_required(VERSION 3.15)
project(D3D12_Integration)
test: register integration tests in CTest with Python wrapper
2026-03-20 03:08:08 +08:00
find_package(Python3 REQUIRED)
enable_testing()
D3D12: Refactor integration tests with separate output directories
2026-03-20 19:17:20 +08:00
add_subdirectory(minimal)
add_subdirectory(triangle)
D3D12: Fix Quad test screenshot and update texture - Fix SetGraphicsRootDescriptorTable call order (SetRootSignature before SetPipelineState) - Rename texture earth_d.jpg -> earth.png - Fix vertex order for TriangleStrip quad rendering - Add integration test README - Add debug logging to D3D12Screenshot - Remove obsolete run.bat
2026-03-21 15:54:15 +08:00
add_subdirectory(quad)
feat: 添加独立的输入系统和平台抽象层 - 新增 Platform 模块:PlatformTypes.h, Window.h, WindowsWindow - 新增 Input 模块:InputTypes, InputEvent, InputAxis, InputModule, InputManager - 新增 WindowsInputModule 处理 Win32 消息转换 - 将 RHI 集成测试从 render_model 迁移到 sphere - 更新 CMakeLists.txt 添加 Platform 和 Input 模块
2026-03-22 15:21:52 +08:00
add_subdirectory(sphere)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 51ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API