Struct DisplayCreateInfo

Options that influence how the display is created, and how it will create a Gfx-D instance.

struct DisplayCreateInfo ;

Fields

NameTypeDescription
backendCreateOrder Backend[]Order into which backend creation is tried. The first successfully created backend is used.
debugCallbackEnabled std.typecons.Flag!("debugCallback")Whether DebugCallback should be available. Only meaningful with Vulkan backend.
linuxDisplayCreateOrder LinuxDisplay[]Order into which display creation is tried on linux. The first successfully created display is used.
validationEnabled std.typecons.Flag!("validation")Whether validation should be enabled. Only meaningful with Vulkan backend.