sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Instance
sbylib
wrapper
vulkan
instance
Undocumented in source.
class
Instance {
struct
ApplicationInfo
;
struct
CreateInfo
;
package
VkInstance
instance
;
this
(CreateInfo info);
~this
();
auto
enumeratePhysicalDevices
();
}
Constructors
this
this
(CreateInfo info)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
enumeratePhysicalDevices
auto
enumeratePhysicalDevices
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
ApplicationInfo
struct
ApplicationInfo
Undocumented in source.
CreateInfo
struct
CreateInfo
Undocumented in source.
Variables
instance
VkInstance
instance
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
instance
classes
Instance
functions
findPhysicalDevice