gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanRenderPass
gfx
vulkan
renderpass
Undocumented in source.
package
class
VulkanRenderPass : VulkanDevObj!(VkRenderPass, "DestroyRenderPass"),
RenderPass
{
this
(VkRenderPass vkObj, VulkanDevice dev);
Device
device
[@property getter];
}
Constructors
this
this
(VkRenderPass vkObj, VulkanDevice dev)
Undocumented in source.
Members
Properties
device
Device
device
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From RenderPass
device
Device
device
[@property getter]
Get the device that issued the render pass
Meta
Source
See Implementation
gfx
vulkan
renderpass
classes
VulkanFramebuffer
VulkanRenderPass