gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanDevObj
gfx
vulkan
device
Undocumented in source.
package
class
VulkanDevObj :
Disposable
(
VkType
string
destroyFn
) {
this
(VkType vkObj, VulkanDevice dev);
void
dispose
();
VkType
vkObj
[@property getter];
VulkanDevice
dev
[@property getter];
VkDevice
vkDev
[@property getter];
VkDeviceCmds
vk
[@property getter];
}
Constructors
this
this
(VkType vkObj, 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
dev
VulkanDevice
dev
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vk
VkDeviceCmds
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.
vkObj
VkType
vkObj
[@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