SharedTextureHandle Type
Constructors
| Constructor |
Description
|
Full Usage:
SharedTextureHandle(?ntHandle, ?ioSurface, ?nativePixmap)
Parameters:
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
|
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). |
Full Usage:
this.nativePixmap
|
⚠ OS Compatibility: WIN ❌ | MAC ❌ | LIN ✔ | MAS ❌ Structure contains planes of shared texture. |
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. |
fable-electron-docs-api