Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceCreateStagingBuffer Method

Overload List
 NameDescription
Public methodCreateStagingBuffer(Int32, Boolean, QueueFlags, String) Creates a GpuBuffer that can be used for transferring data to the GPU (isTransferSource: true) or from the GPU (isTransferSource: false). To use staging buffer with batch update, use the StagingGpuBuffer from this device or create a new GpuStagingBuffer.
Public methodCreateStagingBufferT(Int32, Boolean, QueueFlags, String) Creates a GpuBuffer that can be used for transferring data to the GPU (isTransferSource: true) or from the GPU (isTransferSource: false). To use staging buffer with batch update, use the StagingGpuBuffer from this device or create a new GpuStagingBuffer.
Top
See Also