mirror of https://github.com/axmolengine/axmol.git
Impore Metal Renderer Dirty Detection. (#1120)
Remove setTargetFlags _dirty
This commit is contained in:
parent
487e7bbe76
commit
5c7d6b07e9
|
@ -38,7 +38,6 @@ public:
|
||||||
TargetBufferFlags getTargetFlags() const { return _flags; }
|
TargetBufferFlags getTargetFlags() const { return _flags; }
|
||||||
void setTargetFlags(TargetBufferFlags flags) {
|
void setTargetFlags(TargetBufferFlags flags) {
|
||||||
_flags = flags;
|
_flags = flags;
|
||||||
_dirty = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void setColorAttachment(ColorAttachment attachment)
|
void setColorAttachment(ColorAttachment attachment)
|
||||||
|
|
Loading…
Reference in New Issue