VulkanBuffer.update

Updates a subset of a buffer object's data store.

class VulkanBuffer(BufferType type)
@nogc override const nothrow
void
update
(
in ptrdiff_t offset
,
in ptrdiff_t size
,
in void* data
)

Meta