NDEVR
API Documentation
CopyOperations

A collection of buffer copy steps for batched copy operations. More...

Collaboration diagram for CopyOperations:
[legend]

Public Member Functions

void add (bool is_src, VkBufferCopy item)
 Adds a copy region to the operation.

Public Attributes

Buffer< CopyStepops
 The ordered list of copy steps.

Detailed Description

A collection of buffer copy steps for batched copy operations.


Definition at line 21 of file VulkanStagingRing.h.

Member Function Documentation

◆ add()

void CopyOperations::add ( bool is_src,
VkBufferCopy item )

Adds a copy region to the operation.

Parameters
[in]is_srcWhether this is for the source buffer.
[in]itemThe buffer copy region descriptor.

The documentation for this struct was generated from the following file: