alexdrone / ios-realtimeblur

Multipurpose real-time blur view for iOS6+
MIT License
951 stars 107 forks source link

Remove the third buffer for temporary processing #17

Closed Nyx0uf closed 10 years ago

Nyx0uf commented 10 years ago

outBuffer2 is not needed, we can just swap between the in/out buffer, no need for a third one.