Skip to content

Commit

Permalink
Merge branch 'rc/1.55.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed Oct 14, 2024
2 parents 1af9ab2 + e204e6f commit 5755c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament/src/ds/DescriptorSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class DescriptorSet {
mutable utils::bitset64 mDirty; // 8
mutable utils::bitset64 mValid; // 8
backend::DescriptorSetHandle mDescriptorSetHandle; // 4
mutable bool mSetAfterCommitWarning; // 1
mutable bool mSetAfterCommitWarning = false; // 1
};

} // namespace filament
Expand Down

0 comments on commit 5755c69

Please sign in to comment.