VulkanPipelineLayout

Undocumented in source.

Constructors

this
this(VkPipelineLayout vkObj, VulkanDevice dev, DescriptorSetLayout[] descriptorLayouts, PushConstantRange[] pushConstantRanges)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

descriptorLayouts
DescriptorSetLayout[] descriptorLayouts [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
device
Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pushConstantRanges
const(PushConstantRange)[] pushConstantRanges [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PipelineLayout

device
Device device [@property getter]

Get the parent device

descriptorLayouts
DescriptorSetLayout[] descriptorLayouts [@property getter]

Get the descriptor set layouts used to create this pipeline layout

pushConstantRanges
const(PushConstantRange)[] pushConstantRanges [@property getter]

Get the push constant ranges in this layout

Meta