VulkanTexelBufferView

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 TexelBufferView

format
Format format [@property getter]

The texel format

buffer
Buffer buffer [@property getter]

The underlying buffer resource

offset
size_t offset [@property getter]

The offset in bytes from the buffer

size
size_t size [@property getter]

The amount of texel bytes in this view

descriptor
TexelBufferDescriptor descriptor()

Build a descriptor for this resource

Meta