Castor3D 0.12.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor3d::StagingData Class Reference

#include <StagingData.hpp>

Public Member Functions

C3D_API StagingData (RenderDevice const &device, std::string const &debugName)
 
C3D_API void upload (void const *data, VkDeviceSize size, VkDeviceSize offset, ashes::BufferBase const &buffer)
 
C3D_API void uploadNoWait (void const *data, VkDeviceSize size, VkDeviceSize offset, ashes::BufferBase const &buffer)
 
void upload (castor::ByteArray const &data, VkDeviceSize offset, ashes::BufferBase const &buffer)
 
void uploadNoWait (castor::ByteArray const &data, VkDeviceSize offset, ashes::BufferBase const &buffer)
 

Constructor & Destructor Documentation

◆ StagingData()

C3D_API castor3d::StagingData::StagingData ( RenderDevice const &  device,
std::string const &  debugName 
)

Member Function Documentation

◆ upload() [1/2]

void castor3d::StagingData::upload ( castor::ByteArray const &  data,
VkDeviceSize  offset,
ashes::BufferBase const &  buffer 
)
inline

References upload().

Here is the call graph for this function:

◆ upload() [2/2]

C3D_API void castor3d::StagingData::upload ( void const *  data,
VkDeviceSize  size,
VkDeviceSize  offset,
ashes::BufferBase const &  buffer 
)

Referenced by upload().

Here is the caller graph for this function:

◆ uploadNoWait() [1/2]

void castor3d::StagingData::uploadNoWait ( castor::ByteArray const &  data,
VkDeviceSize  offset,
ashes::BufferBase const &  buffer 
)
inline

References uploadNoWait().

Here is the call graph for this function:

◆ uploadNoWait() [2/2]

C3D_API void castor3d::StagingData::uploadNoWait ( void const *  data,
VkDeviceSize  size,
VkDeviceSize  offset,
ashes::BufferBase const &  buffer 
)

Referenced by uploadNoWait().

Here is the caller graph for this function:

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