VulkanImageView

Undocumented in source.

Constructors

this
this(VkImageView vkObj, VulkanImageBase img, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source.

Members

Functions

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

Properties

image
VulkanImageBase image [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subresourceRange
ImageSubresourceRange subresourceRange [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swizzle
Swizzle swizzle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ImageView

image
ImageBase image [@property getter]
Undocumented in source.
subresourceRange
ImageSubresourceRange subresourceRange [@property getter]
Undocumented in source.
swizzle
Swizzle swizzle [@property getter]
Undocumented in source.
descriptor
ImageDescriptor descriptor(ImageLayout layout)

Build a descriptor to this image resource

descriptorWithSampler
ImageSamplerDescriptor descriptorWithSampler(ImageLayout layout, Sampler sampler)

Build a descriptor to this image resource combined with a sampler

Meta