VulkanImage

Undocumented in source.

Constructors

this
this(VkImage vk, VulkanDevice dev, ImageType type, ImageDims dims, Format format)
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

cmds
VkDeviceCmds cmds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dev
VulkanDevice dev [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dims
ImageDims dims [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
format
Format format [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
levels
uint levels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
ImageType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vk
VkImage 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.

Inherited Members

From Image

type
ImageType type [@property getter]
Undocumented in source.
format
Format format [@property getter]
Undocumented in source.
dims
ImageDims dims [@property getter]
Undocumented in source.
levels
uint levels [@property getter]
Undocumented in source.
createView
ImageView createView(ImageType viewtype, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source.

Meta