RenderResource缓存材质增加HashString以解决同名不同配置冲突问题

This commit is contained in:
2025-06-11 01:11:54 +08:00
parent 0fbe85290b
commit 660d8fff6d
4 changed files with 15 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ class PrimitiveCreater
{
protected:
VulkanDevice * device;
VulkanDevice * device;
VertexDataManager * vdm;
const VIL * vil;