Commit Graph

6 Commits

Author SHA1 Message Date
03bd755e0a Formalize material schema and constant layout contract 2026-04-03 16:49:30 +08:00
dd08d8969e refactor: add minimal material gpu binding 2026-04-02 17:13:53 +08:00
9a5c187abc Add material render state and pipeline caching 2026-03-27 12:18:04 +08:00
f68da2e3f9 Add material render metadata and loader parsing 2026-03-27 00:30:49 +08:00
e174862b8a Import material textures with mesh assets 2026-03-26 16:22:24 +08:00
0b3423966d refactor(tests): reorganize tests directory to match engine structure
- Created tests/Core/Asset/ with tests for IResource, ResourceTypes, ResourceHandle, ResourceCache, ResourceDependencyGraph, ResourceGUID
- Created tests/Core/IO/ with tests for IResourceLoader, ResourcePath, ResourceFileSystem, FileArchive, ResourcePackage
- Reorganized tests/Resources/ into subdirectories: Texture/, Mesh/, Material/, Shader/, AudioClip/
- Added CMakeLists.txt for each new test subdirectory
- Fixed Material.h missing ResourceManager.h include (lost during engine refactor)
- tests/Core/CMakeLists.txt updated to include Asset/ and IO/ subdirectories
2026-03-24 15:44:13 +08:00