VulkanImageRc

Undocumented in source.

Constructors

this
this(VkImage vk, VulkanDevice dev, ImageType type, ImageDims dims, Format format)
Undocumented in source.

Members

Functions

bindMemory
void bindMemory(DeviceMemory mem, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

memoryRequirements
MemoryRequirements memoryRequirements [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_vdm
VulkanDeviceMemory _vdm;
Undocumented in source.

Inherited Members

From VulkanImage

vk
VkImage vk [@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.
vkDev
VkDevice vkDev [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cmds
VkDeviceCmds cmds [@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.
format
Format format [@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.
levels
uint levels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
createView
VulkanImageView createView(ImageType viewType, ImageSubresourceRange isr, Swizzle swizzle)
Undocumented in source. Be warned that the author may not have intended to support it.

From ImageRc

memoryRequirements
MemoryRequirements memoryRequirements [@property getter]
Undocumented in source.
bindMemory
void bindMemory(DeviceMemory mem, size_t offset)

The image keeps a reference of the device memory

Meta