Header menu logo fable-electron-docs-api

SharedTextureHandle Type

Constructors

Constructor Description

SharedTextureHandle(?ntHandle, ?ioSurface, ?nativePixmap)

Full Usage: SharedTextureHandle(?ntHandle, ?ioSurface, ?nativePixmap)

Parameters:
    ?ntHandle : Buffer - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || NT HANDLE holds the shared texture. Note that this NT HANDLE is local to current process.
    ?ioSurface : Buffer - ⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || IOSurfaceRef holds the shared texture. Note that this IOSurface is local to current process (not global).
    ?nativePixmap : NativePixmap - ⚠ OS Compatibility: WIN ❌ | MAC ❌ | LIN ✔ | MAS ❌ || Structure contains planes of shared texture.

Returns: SharedTextureHandle
?ntHandle : Buffer

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || NT HANDLE holds the shared texture. Note that this NT HANDLE is local to current process.

?ioSurface : Buffer

⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || IOSurfaceRef holds the shared texture. Note that this IOSurface is local to current process (not global).

?nativePixmap : NativePixmap

⚠ OS Compatibility: WIN ❌ | MAC ❌ | LIN ✔ | MAS ❌ || Structure contains planes of shared texture.

Returns: SharedTextureHandle

Instance members

Instance member Description

this.ioSurface

Full Usage: this.ioSurface

⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ IOSurfaceRef holds the shared texture. Note that this IOSurface is local to current process (not global).

this.nativePixmap

Full Usage: this.nativePixmap

⚠ OS Compatibility: WIN ❌ | MAC ❌ | LIN ✔ | MAS ❌ Structure contains planes of shared texture.

this.ntHandle

Full Usage: this.ntHandle

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ NT HANDLE holds the shared texture. Note that this NT HANDLE is local to current process.

Type something to start searching.