gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
VulkanInstance
gfx
vulkan
Undocumented in source.
package final
class
VulkanInstance : VulkanObj!(VkInstance),
Instance
{
this
(VkInstance vk);
void
dispose
();
ApiProps
apiProps
[@property getter];
VkInstanceCmds
cmds
[@property getter];
PhysicalDevice
[]
devices
();
VkInstanceCmds
_cmds
;
}
Constructors
this
this
(VkInstance vk)
Undocumented in source.
Members
Functions
devices
PhysicalDevice
[]
devices
()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
apiProps
ApiProps
apiProps
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cmds
VkInstanceCmds
cmds
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_cmds
VkInstanceCmds
_cmds
;
Undocumented in source.
Inherited Members
From Instance
apiProps
ApiProps
apiProps
[@property getter]
Undocumented in source.
devices
PhysicalDevice
[]
devices
()
Undocumented in source.
Meta
Source
See Implementation
gfx
vulkan
modules
buffer
cmd
conv
device
error
image
memory
pipeline
queue
renderpass
sync
wsi
classes
VulkanInstObj
VulkanInstance
VulkanObj
VulkanPhysicalDevice
functions
createVulkanInstance
devTypeToGfx
loadDeviceExtensions
loadDeviceLayers
loadInstanceExtensions
loadInstanceLayers
overrideDeviceOpenVulkanExtensions
overrideDeviceOpenVulkanLayers
vulkanDeviceExtensions
vulkanInit
manifest constants
lunarGValidationLayers
properties
vulkanApiProps
vulkanDeviceLayers
vulkanInstanceExtensions
vulkanInstanceLayers
static variables
_globCmds
_instanceExtensions
_instanceLayers
structs
VulkanExtensionProperties
VulkanLayerProperties
VulkanVersion