so this is the standard way of adding filter to a layer:
NSView *view = self.window.contentView; view.wantsLayer = YES; CATextLayer *textLayer = [CATextLayer
Figured it out, Apple decided to change this and require a new flag for no reason
progressIndicator.layerUsesCoreImageFilters = YES;