-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ER: Allow server to accept IOSurfaceRef directly #11
Comments
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 about your use case, and what / where you are limited now (just so we know). |
Sorry the other way around, I want to publish an |
Not wholly against this, but two considerations if this becomes a thing:
|
My use case might be super specific and in turn, not worth the risk of exposing Syphon's internal details if that compromises or conflicts with future plans. |
If so inspired you could create a modified version of the framework for your application - such a framework would work fine with existing clients. |
Not for naught, Syphon uses an
IOSurfaceRef
internally and it would be great if I could provide it directly instead of converting it to a texture first.The text was updated successfully, but these errors were encountered: