NativeSurface
Android implementation of NativeSurface, wrapping a Surface-like object.
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.
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.
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*.
Native implementation of NativeSurface, wrapping a raw pointer.