Import material textures with mesh assets

This commit is contained in:
2026-03-26 16:22:24 +08:00
parent c479595bf5
commit e174862b8a
18 changed files with 622 additions and 21 deletions

View File

@@ -28,5 +28,9 @@ target_include_directories(texture_tests PRIVATE
${CMAKE_SOURCE_DIR}/tests/fixtures
)
target_compile_definitions(texture_tests PRIVATE
XCENGINE_TEST_FIXTURES_DIR="${CMAKE_SOURCE_DIR}/tests/fixtures"
)
include(GoogleTest)
gtest_discover_tests(texture_tests)