Impore Metal Renderer Dirty Detection. (#1120)

Remove setTargetFlags _dirty
This commit is contained in:
Yehsam23 2023-03-15 11:09:20 +08:00 committed by GitHub
parent 487e7bbe76
commit 5c7d6b07e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ public:
TargetBufferFlags getTargetFlags() const { return _flags; }
void setTargetFlags(TargetBufferFlags flags) {
_flags = flags;
_dirty = true;
}
void setColorAttachment(ColorAttachment attachment)