SharedTextureHandle

external interface SharedTextureHandle(source)

Properties

Link copied to clipboard
abstract var ioSurface: Buffer<*>?

IOSurfaceRef holds the shared texture. Note that this IOSurface is local to current process (not global).

Link copied to clipboard
abstract var nativePixmap: NativePixmap?

Structure contains planes of shared texture.

Link copied to clipboard
abstract var ntHandle: Buffer<*>?

NT HANDLE holds the shared texture. Note that this NT HANDLE is local to current process.