Skip to content

Conversation

@mikebikemusic
Copy link

Added downloadBytes callback to RawDataOutput, to make it symmetrical
with the uploadBytes method in RawDataInput.

Fixed bugs in the Luminance format for RawDataInput and RawDataOutput.

Added downloadBytes callback to RawDataOutput, to make it symmetrical
with the uploadBytes method in RawDataInput.

Fixed bugs in the Luminance format for RawDataInput and RawDataOutput.
renderFramebuffer.unlock()

dataAvailableCallback?(data)
if dataAvailableCallback != nil {
Copy link
Contributor

@zubco zubco Jun 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You already using optional chaining when calling dataAvailableCallback closure, so there is no need to check against nil value ;)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing these out. Creating another pull request.

rhx pushed a commit to rhx/GPUImage that referenced this pull request Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants