gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanPipeline
gfx
vulkan
pipeline
Undocumented in source.
package
class
VulkanPipeline : VulkanDevObj!(VkPipeline, "DestroyPipeline"),
Pipeline
{
this
(VkPipeline vkObj, VulkanDevice dev, PipelineLayout pl);
void
dispose
();
Device
device
[@property getter];
}
Constructors
this
this
(VkPipeline vkObj, VulkanDevice dev, PipelineLayout pl)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
device
Device
device
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Pipeline
device
Device
device
[@property getter]
Get the parent device
Meta
Source
See Implementation
gfx
vulkan
pipeline
classes
VulkanDescriptorPool
VulkanDescriptorSet
VulkanDescriptorSetLayout
VulkanPipeline
VulkanPipelineLayout
VulkanShaderModule