NDEVR
API Documentation
CopyStep

A single step in a buffer copy operation, tracking the copy regions and direction. More...

Collaboration diagram for CopyStep:
[legend]

Public Member Functions

 CopyStep (bool is_src)
 Constructs a copy step.

Public Attributes

bool is_src
 Whether this step represents the source side.
Buffer< VkBufferCopy > regions
 The buffer copy regions for this step.

Detailed Description

A single step in a buffer copy operation, tracking the copy regions and direction.


Definition at line 8 of file VulkanStagingRing.h.

Constructor & Destructor Documentation

◆ CopyStep()

CopyStep::CopyStep ( bool is_src)
inline

Constructs a copy step.

Parameters
[in]is_srcWhether this is the source side.

Definition at line 14 of file VulkanStagingRing.h.

References is_src.


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