VulkanSampler

Undocumented in source.
package final
class VulkanSampler : VulkanDevObj!(VkSampler, "DestroySampler"), Sampler {}

Constructors

this
this(VkSampler sampler, 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 Sampler

device
Device device [@property getter]

Get the parent device

descriptor
SamplerDescriptor descriptor()

Get a descriptor to this resource

Meta