Fixing a few warnings

This commit is contained in:
2025-05-23 16:12:33 +02:00
parent a78377741c
commit ad725ba9d9
22 changed files with 128 additions and 86 deletions
+1 -1
View File
@@ -33,6 +33,7 @@ class LightEnvironment {
const Array<Gfx::OTexture2D>& getShadowMaps() const { return shadowMaps; }
private:
Gfx::PGraphics graphics;
Gfx::OShaderBuffer directionalLights;
Array<Gfx::OTexture2D> shadowMaps;
Array<Gfx::OSampler> shadowSamplers;
@@ -44,7 +45,6 @@ class LightEnvironment {
Gfx::OSampler environmentSampler;
Gfx::ODescriptorLayout layout;
Gfx::PDescriptorSet set;
Gfx::PGraphics graphics;
};
DEFINE_REF(LightEnvironment)
} // namespace Seele