Anton Marini

Results 90 comments of Anton Marini

They are compatible. A metal client can see a OpenGL server and vice versa due to IOSurfaces underlying backing. http://vade.info > On May 21, 2022, at 12:10 PM, Michael Forrest...

Correct! http://vade.info > On May 21, 2022, at 12:24 PM, Michael Forrest ***@***.***> wrote: > >  > They are compatible. A metal client can see a OpenGL server and...

I'm unfamiliar with doxygen - do we need to download / re-run documentation generation with 1.7.3 + (where the bug is fixed?) - or is this a mean coding style...

Not sure TBH Are you setting state that perhaps is not being captures by the SYPHON_CORE_RESTORE macro, assuming you aren't manually resetting state for the server? iirc SYPHON_CORE_RESTORE handles the...

oh alternatively, if you are using SHARE, it doesnt restore the FBO binding and dumps it to FBO 0. So if your app assumes specific FBOs are bound, you may...

Sorry, should have been more clear - It never returned a dictionary of server descriptions due to run loop nuances. We were able to solve by calling a performSelector and...

If I recall correctly, Its an initialization issue only with storyboards, where IIRC, -servers isnt just populated at application startup, but is *never* populated if you initialize within a storyboard...

Ensure both apps agree on premultiplied vs unpremultiplied alpha. No idea what Processing's mask option does but my guess is your alpha is not premultiplied in Processing.

Ensure your target app and destination app both use premultiplied or unpremulitplied alpha. Syphon doesn't care what you use but you do have to agree. Sent from my iPhone >...

TO be clear, you would want public API access to the internal IOSurface rather than the vended SyphonImage\* pointer as a textureID associated with a context? Can you be clear...