BufferCopyDesc

A structure representing buffer copy job description used to copy buffer resources on the GPU. Private implementations can be found under each API/Platform folder.

File location: framework/cauldron/framework/inc/render/buffer.h

Construction

Return type

Description

BufferCopyDesc ()
BufferCopyDesc (const GPUResource * pSrc, const GPUResource * pDst)

Methods

Return type

Description

BufferCopyDescInternal*

GetImpl ()

const BufferCopyDescInternal*

GetImpl () const

Detailed description

A structure representing buffer copy job description used to copy buffer resources on the GPU. Private implementations can be found under each API/Platform folder.

Data fields

Type

Description

uint64_t

bufferCopyDescMem
Memory placeholder.