-
Notifications
You must be signed in to change notification settings - Fork 9
rfc: Import Shared Texture #17
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
Conversation
0c30774 to
05b8645
Compare
|
I decided to add 2 methods about passing |
|
Ready for review! I significantly polished up my API design, providing a more straight forward way to use, and use Electron IPC to automatically manage lifecycles for user. |
18ce4d7 to
3c670e3
Compare
samuelmaddock
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RFC LGTM
jkleinsc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RFC LGTM
|
@MarshallOfSound @codebytere 🙇♂️🙇♂️ Could you give a async "RFC LGTM"? Thanks! |
MarshallOfSound
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RFC LGTM
This feature provides a way to import a native shared texture handle into Electron, specifically in the form of VideoFrame, which by nature supports several Web rendering systems including
WebGPU,WebGL. This enables developers to integrate arbitrary native rendered content with their web applications.Rendered: https://github.com/reitowo/rfcs/blob/main-shared-texture/text/0017-shared-texture.md
Implementation: electron/electron#47317