Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
Foundation::RHI::RHICommandList::CopyBufferRegion Struct Reference

#include <Command.hpp>

Public Attributes

size_t srcOffset = 0
 
size_t dstOffset = 0
 
size_t size = kFullSize
 

Member Data Documentation

◆ dstOffset

size_t Foundation::RHI::RHICommandList::CopyBufferRegion::dstOffset = 0

◆ size

size_t Foundation::RHI::RHICommandList::CopyBufferRegion::size = kFullSize

Size of the region to copy. If size is kFullSize, the maximum copiable region min(src_buffer.size - src_offset, dst_buffer.size - dst_offset) will be used.

◆ srcOffset

size_t Foundation::RHI::RHICommandList::CopyBufferRegion::srcOffset = 0

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