Remove MSAA from Metal caps
Change-Id: I54f992581b8a0c4e8470221e4753c92ae8444204 Reviewed-on: https://skia-review.googlesource.com/149622 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
fdec6f469a
commit
63051057b8
@ -100,8 +100,9 @@ private:
|
||||
kMSAA_Flag = 0x4,
|
||||
kResolve_Flag = 0x8,
|
||||
};
|
||||
// TODO: Put kMSAA_Flag back when MSAA is implemented
|
||||
static const uint16_t kAllFlags = kTextureable_Flag | kRenderable_Flag |
|
||||
kMSAA_Flag | kResolve_Flag;
|
||||
/*kMSAA_Flag |*/ kResolve_Flag;
|
||||
|
||||
uint16_t fFlags;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user