Struct DisplayCreateInfo
Options that influence how the display is created, and how it will create a Gfx-D instance.
struct DisplayCreateInfo
;
Fields
Name | Type | Description |
---|---|---|
backendCreateOrder
|
Backend[] | Order into which backend creation is tried. The first successfully created backend is used. |
debugCallbackEnabled
|
std | 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 | Whether validation should be enabled. Only meaningful with Vulkan backend. |