sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Instance.CreateInfo
sbylib
wrapper
vulkan
instance
Instance
Undocumented in source.
class
Instance
static
struct
CreateInfo {
immutable
@
vkProp
()
VkInstanceCreateFlags
flags
;
const
@
vkProp
("pApplicationInfo")
ApplicationInfo
applicationInfo
;
const
@
vkProp
("ppEnabledLayerNames", "enabledLayerCount")
string
[]
enabledLayerNames
;
const
@
vkProp
("ppEnabledExtensionNames", "enabledExtensionCount")
string
[]
enabledExtensionNames
;
mixin
VkTo
!(
VkInstanceCreateInfo
)
;
}
Members
Mixins
__anonymous
mixin
VkTo
!(
VkInstanceCreateInfo
)
Undocumented in source.
Variables
applicationInfo
ApplicationInfo
applicationInfo
;
Undocumented in source.
enabledExtensionNames
string
[]
enabledExtensionNames
;
Undocumented in source.
enabledLayerNames
string
[]
enabledLayerNames
;
Undocumented in source.
flags
VkInstanceCreateFlags
flags
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
instance
Instance
constructors
this
destructors
~this
functions
enumeratePhysicalDevices
structs
ApplicationInfo
CreateInfo
variables
instance