Hello!
I have been running into some problems using the ofxFBOTexture class. When I try to compile using Xcode I always get an error saying that some of the members are protected so they cannot be accessed. The methods are:
void swapIn();
void swapOut();
void setupScreenForMe();
void setupScreenForThem();
Probably i am outdated, is there any new version of the class?, is there any access function for such methods?
Thank you
Emmanuel