Declaration

func processLayer(_ layer: GSLayer, instance: GSInstance) throws

Declaration

- (BOOL) processLayer:(GSLayer *) layer instance:(GSInstance *) instance error:(NSError **) error;

Declaration

processLayer_instance_error_(layer: GSLayer, instance: GSInstance) -> tuple[bool, NSError]

Parameters

layer

The layer to process

instance

The exported instance

Parameters

layer

The layer to process

instance

The exported instance

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Return Value

NO if there was an error