gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanInstObj
gfx
vulkan
Undocumented in source.
package
class
VulkanInstObj :
Disposable
(
VkType
) {
this
(VkType vkObj, VulkanInstance inst);
void
dispose
();
VkType
vkObj
[@property getter];
VulkanInstance
inst
[@property getter];
VkInstance
vkInst
[@property getter];
}
Constructors
this
this
(VkType vkObj, VulkanInstance inst)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
inst
VulkanInstance
inst
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vkInst
VkInstance
vkInst
[@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
modules
buffer
cmd
conv
device
error
image
memory
pipeline
queue
renderpass
sync
wsi
classes
VulkanInstObj
VulkanInstance
VulkanObj
VulkanPhysicalDevice
functions
createVulkanInstance
devTypeToGfx
gfxd_vk_DebugReportCallback
glfwGetPhysicalDevicePresentationSupport
loadDeviceExtensions
loadDeviceLayers
loadInstanceExtensions
loadInstanceLayers
overrideDeviceOpenVulkanExtensions
overrideDeviceOpenVulkanLayers
vulkanDeviceExtensions
vulkanInit
manifest constants
gfxVkLogMask
properties
vulkanApiProps
vulkanDeviceLayers
vulkanInstanceExtensions
vulkanInstanceLayers
static variables
_globCmds
_instanceExtensions
_instanceLayers
structs
VulkanCreateInfo
VulkanExtensionProperties
VulkanLayerProperties
VulkanVersion
variables
debugReportInstanceExtensions
gfxVkLog
lunarGValidationLayers