Add renderer phase A textured scene path

This commit is contained in:
2026-03-26 20:43:17 +08:00
parent 0921f2a459
commit a78593e7e1
32 changed files with 2455 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.15)
project(XCEngine_RenderingTests)
add_subdirectory(unit)
add_subdirectory(integration)