---
title: synchronizeInputs
framework: coreimage
role: symbol
role_heading: Type Property
path: coreimage/ciimageprocessorkernel/synchronizeinputs
---

# synchronizeInputs

Override this class property to return false if you want your processor to be given input objects that have not been synchronized for CPU access.

## Declaration

```swift
class var synchronizeInputs: Bool { get }
```

## Discussion

Discussion Generally, if your subclass uses the GPU your should override this method to return false. If not overridden, true is returned.

## See Also

### Type Properties

- [outputFormat](coreimage/ciimageprocessorkernel/outputformat.md)
- [outputIsOpaque](coreimage/ciimageprocessorkernel/outputisopaque.md)
