Changed descriptorset api

This commit is contained in:
2025-08-10 19:16:55 +02:00
parent aa4b78586e
commit 6537459b77
34 changed files with 124 additions and 102 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class LightEnvironment {
PEnvironmentMapAsset environment;
Gfx::OSampler environmentSampler;
Gfx::ODescriptorLayout layout;
Gfx::PDescriptorSet set;
Gfx::ODescriptorSet set;
};
DEFINE_REF(LightEnvironment)
} // namespace Seele