mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
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.