VulkanBufferView

Undocumented in source.

Constructors

this
this(VkBufferView vkObj, VulkanBuffer buf, Format format, size_t offset, size_t size)
Undocumented in source.

Members

Functions

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

Properties

buffer
VulkanBuffer buffer [@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.
offset
size_t offset [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BufferView

format
Format format [@property getter]
Undocumented in source.
buffer
Buffer buffer [@property getter]
Undocumented in source.
offset
size_t offset [@property getter]
Undocumented in source.
size
size_t size [@property getter]
Undocumented in source.

Meta