Theodore Watson
Theodore Watson
> Due to the nature of ofPath, overlapping sub paths result in holes. > > Can this be fixed with one of the winding orders?
Cool - I am good to merge this! @dimitre ?
Do you have anything special happening in this example? Or is it completely empty? Also are you on Visual Studio 2022? If so can you update to the latest version...
This is the proposed change: from: ``` //---------------------------------------------------------- void ofFbo::readToPixels(ofPixels & pixels, int attachmentPoint) const{ if(!bIsAllocated) return; #ifndef TARGET_OPENGLES //
@artificiel weird that we get such different results for the ofxFastFboReader - when you were timing it did you have the readback in blocking or non blocking mode? As that...
At the least though we could implement the suggested change and even add PBO based readback as a separate feature if available.
Thanks @artificiel ! This is really comprehensive and makes sense why the old results don't match the newer tests ( Intel vs Arm ). If we ended up integrating PBO...
@liquidzym is it stripping out the _ and replacing with spaces? If you change all `GSTREAMER 1 0 ROOT MSVC X86 64` to `GSTREAMER_1_0_ROOT_MSVC_X86_64` and the same with `OF ROOT`...
@dimitre your fix looked good to me so I merged. Do we need to do anything in OF/OF to update the submodule? @liquidzym - this time tomorrow can you check...
That looks correct to me! Yay!!! 🎉