gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
gfx.window
gfx
Optional window package, mainly to run gfx-d examples
Modules
wayland
module
gfx.window.wayland
wayland window impl
Members
Aliases
KeyHandler
alias
KeyHandler
=
void
delegate
(
uint
key
)
Undocumented in source.
MouseHandler
alias
MouseHandler
=
void
delegate
(
uint
x
,
uint
y
)
Undocumented in source.
Functions
createWindow
Window
createWindow
(Instance instance)
Undocumented in source. Be warned that the author may not have intended to support it.
Interfaces
Window
interface
Window
Undocumented in source.
Meta
Source
See Source File
gfx
modules
bindings
core
graal
vulkan
window
variables
gfxVersionMaj
gfxVersionMic
gfxVersionMin
Optional window package, mainly to run gfx-d examples