Home -> PlatformBindings -> WindowSystemInfoSDL3
Declaration
class WindowSystemInfoSDL3;Description
The WindowSystemInfoSDL3 class is an SDL3 helper that detects SDL's active video driver and builds the matching platform-specific IRenderer.WindowSystemInfoBase derived structure for renderer initialization.
Availability: Builds where COBALT_RENDERER_SDL3_SUPPORT is enabled.
Important
On Linux with both Xlib and XCB support compiled in, the SDL helper selects Xlib for the SDL x11 video driver because the Xlib branch is tested first.
Members
Initialization methods
| Name | Description | |
|---|---|---|
| Initialize |
Builds the platform-specific binding information from SDL state.
|