SharedTextureSubtle
Properties
Link copied to clipboard
abstract var finishTransferSharedTexture: (transfer: SharedTextureTransfer) -> SharedTextureImportedSubtle
Finishes the transfer of the shared texture and gets the transferred shared texture. Returns the imported shared texture from the transfer object.
Link copied to clipboard
abstract var importSharedTexture: (textureInfo: SharedTextureImportTextureInfo) -> SharedTextureImportedSubtle
Imports the shared texture from the given options. Returns the imported shared texture.