API_Specification » APISpec_Copy_Commands module

Chapter 19: Specification

Contents

Classes

struct VV::V1::CommandBuffer::BufferImageRegion
Specification
struct VV::V1::Buffer::CopyInfo
Specification
struct VV::V1::Image::SubresourceLayers
Specification
struct VV::V1::Image::Blit
Specification

Functions

static void BlitImage(Handle _commandBuffer, Image::Handle _srcImage, EImageLayout _srcImageLayout, Image::Handle _dstImage, EImageLayout _dstImageLayout, ui32 _regionCount, const Image::Blit* _regions, EFilter _filter)
Specification
static void CopyBuffer(Handle _commandBuffer, Buffer::Handle _sourceBuffer, Buffer::Handle _destinationBuffer, ui32 _regionCount, const Buffer::CopyInfo* _regions)
Specification
static void CopyBufferToImage(Handle _commandBuffer, Buffer::Handle _srcBuffer, Image::Handle _dstImage, EImageLayout _dstImageLayout, ui32 _regionCount, const BufferImageRegion* _regions)
Specification

Function documentation

static void BlitImage(Handle _commandBuffer, Image::Handle _srcImage, EImageLayout _srcImageLayout, Image::Handle _dstImage, EImageLayout _dstImageLayout, ui32 _regionCount, const Image::Blit* _regions, EFilter _filter)

Specification

static void CopyBuffer(Handle _commandBuffer, Buffer::Handle _sourceBuffer, Buffer::Handle _destinationBuffer, ui32 _regionCount, const Buffer::CopyInfo* _regions)

Specification

static void CopyBufferToImage(Handle _commandBuffer, Buffer::Handle _srcBuffer, Image::Handle _dstImage, EImageLayout _dstImageLayout, ui32 _regionCount, const BufferImageRegion* _regions)

Specification