VulkanImageBase

Undocumented in source.

Constructors

this
this(VkImage vkObj, VulkanDevice dev, ImageInfo info)
Undocumented in source.

Members

Functions

createView
VulkanImageView createView(ImageType viewType, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dev
VulkanDevice dev [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
info
ImageInfo info [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vk
VkDeviceCmds vk [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vkDev
VkDevice vkDev [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vkObj
VkImage vkObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ImageBase

info
ImageInfo info [@property getter]
Undocumented in source.
createView
ImageView createView(ImageType viewtype, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source.

Meta