DisplayCreateInfo

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

Members

Variables

backendCreateOrder
Backend[] backendCreateOrder;

Order into which backend creation is tried. The first successfully created backend is used.

debugCallbackEnabled
Flag!"debugCallback" debugCallbackEnabled;

Whether DebugCallback should be available. Only meaningful with Vulkan backend.

linuxDisplayCreateOrder
LinuxDisplay[] linuxDisplayCreateOrder;

Order into which display creation is tried on linux. The first successfully created display is used.

validationEnabled
Flag!"validation" validationEnabled;

Whether validation should be enabled. Only meaningful with Vulkan backend.

Meta