mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: add `sharedTexture` module. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: reito <reito@chromium.org>
728 B
728 B
SharedTextureSubtle Object
importSharedTextureFunction<SharedTextureImportedSubtle> - Imports the shared texture from the given options. Returns the imported shared texture.textureInfoSharedTextureImportTextureInfo - The information of shared texture to import.
finishTransferSharedTextureFunction<SharedTextureImportedSubtle> - Finishes the transfer of the shared texture and gets the transferred shared texture. Returns the imported shared texture from the transfer object.transferSharedTextureTransfer - The transfer object of the shared texture.