gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
VulkanPipelineLayout
gfx
vulkan
pipeline
Undocumented in source.
package
class
VulkanPipelineLayout : VulkanDevObj!(VkPipelineLayout, "DestroyPipelineLayout"),
PipelineLayout
{
this
(VkPipelineLayout vkObj, VulkanDevice dev);
Device
device
[@property getter];
}
Constructors
this
this
(VkPipelineLayout 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 PipelineLayout
device
Device
device
[@property getter]
Get the parent device
Meta
Source
See Implementation
gfx
vulkan
pipeline
classes
VulkanDescriptorPool
VulkanDescriptorSet
VulkanDescriptorSetLayout
VulkanPipeline
VulkanPipelineLayout
VulkanShaderModule