VulkanDescriptorSetLayout

Undocumented in source.
package
class VulkanDescriptorSetLayout : VulkanDevObj!(VkDescriptorSetLayout, "DestroyDescriptorSetLayout"), DescriptorSetLayout {}

Constructors

this
this(VkDescriptorSetLayout 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 DescriptorSetLayout

device
Device device [@property getter]

Get the parent device

Meta