ofxBlackmagic2
ofxBlackmagic2 copied to clipboard
fix const-correctness for some inherited methods
This fixes / and or sets const correctness for methods inherited from baseDraws, basePixels, and baseHasTexture, so that addon can be used with current oF master/upstream, and upcoming oF 0.9 release.
- Also moves from deprecated get_Ref() to get_() where needed.
This is a WIP, and will only be useful to merge once oF 0.9 has been released.
Thanks for this Will merge when the time.comes
Happy to make a branch to keep it if you prefer