Vulkan | |
| Name | Description | |
|---|---|---|
| CreateStagingBuffer(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. | |
| CreateStagingBufferT(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. |