| void Spices::RendererSubPass::SetBuffer | ( | const UInt2 & | i2, |
| void * | data, | ||
| uint64_t | size = VK_WHOLE_SIZE, | ||
| uint64_t | offset = 0 ) |
Set Buffer data.
| [in] | i2 | The Buffer Index. |
| [in] | data | The data copy from. |
| [in] | size | The copy size. |
| [in] | offset | The Copy offset. |
Definition at line 125 of file RendererSubPass.cpp.