Contents

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

class var synchronizeInputs: Bool { get }

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