gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
VulkanDevObj
gfx
vulkan
device
Undocumented in source.
package
class
VulkanDevObj :
Disposable
(
VkType
string
destroyFn
) {
this
(VkType vk, VulkanDevice dev);
void
dispose
();
VkType
vk
[@property getter];
VulkanDevice
dev
[@property getter];
VkDevice
vkDev
[@property getter];
VkDeviceCmds
cmds
[@property getter];
}
Constructors
this
this
(VkType vk, VulkanDevice dev)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
cmds
VkDeviceCmds
cmds
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dev
VulkanDevice
dev
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vk
VkType
vk
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vkDev
VkDevice
vkDev
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Disposable
dispose
void
dispose
()
Dispose the underlying resource
Meta
Source
See Implementation
gfx
vulkan
device
classes
VulkanDevObj
VulkanDevice