Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
 
docs
 
design_docs
 
donner
 
base
 
benchmarks
 
css
 
editor
 
svg
 
examples
 
geode_embed_surface.h
Platform-native WebGPU surface creation helper for the geode_embed example. The implementation lives in platform-specific translation units (geode_embed_surface_linux.cc, geode_embed_surface_macos.mm) that include native-window headers (X11, Cocoa) in isolation so their macro pollution — X11/Xlib.h defining None, True, False, Status — never reaches donner headers. The consumer (geode_embed.cc) only sees this small facade
 
geode_embed_surface_macos.mm
MacOS (Cocoa/Metal) implementation of CreateSurfaceFromGlfwWindow