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 | |
|---|---|---|---|
| view | void* / NSView* |
The AppKit view.
|
|
| windowSizeInPixels | V2UInt32 |
The drawable view size in pixels.
|
Constructors
| Name | Description | |
|---|---|---|
| Constructor |
Creates a WindowInfoAppKit structure.
|