Home -> PlatformBindings -> WindowInfoAppKit

Declaration

struct WindowInfoAppKit : public IFrameBuffer::WindowInfoBase;

Description

The WindowInfoAppKit structure describes an AppKit view for framebuffer presentation on macOS.

Availability: macOS when COBALT_RENDERER_APPKIT_SUPPORT is enabled. This is automatically enabled on macOS unless platform binding selection is manual.

Members

Name Type Description
Public member view void* / NSView*
The AppKit view.
Public member windowSizeInPixels V2UInt32
The drawable view size in pixels.

Constructors

Name Description
Public member Constructor
Creates a WindowInfoAppKit structure.

See also