NativeSurface

actual class NativeSurface

Android implementation of NativeSurface, wrapping a Surface-like object.

expect class NativeSurface

A platform-agnostic representation of a display surface.

This opaque type encapsulates platform-specific surface details and is used to associate a rendering context with a display surface.

actual class NativeSurface

A platform-agnostic representation of a display surface.

This opaque type encapsulates platform-specific surface details and is used to associate a rendering context with a display surface.

actual class NativeSurface

JVM implementation of NativeSurface. Wraps a raw native-window/layer pointer (passed as a Long address, or a MemorySegment) handed to FilaEngine_createSwapChain as a void*.

actual class NativeSurface

Native implementation of NativeSurface, wrapping a raw pointer.

Constructors

Link copied to clipboard
constructor(surface: Any)
constructor(canvas: HTMLCanvasElement)
constructor(nativeWindow: Any)
constructor(handler: COpaquePointer?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard