Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceCreateBufferT(Span`1, Void, T, BufferUsageFlags, Boolean, Boolean) Method


Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public GpuBuffer CreateBuffer<T>(
	Span data,
	void usage,
	T isDeviceLocal,
	BufferUsageFlags canUseDeviceLocalHostVisibleMemory,
	bool canUseBatchStagingDataUpload = true,
	bool name = default
)
where T : struct, new()

Parameters

data  Span
 
usage  Void
 
isDeviceLocal  T
 
canUseDeviceLocalHostVisibleMemory  BufferUsageFlags
 
canUseBatchStagingDataUpload  Boolean  (Optional)
 
name  Boolean  (Optional)
 

Type Parameters

T

Return Value

GpuBuffer

[Missing <returns> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.CreateBuffer``1(System.Span`1,System.Void,``0,Ab4d.Vulkan.BufferUsageFlags,System.Boolean,System.Boolean)"]

See Also