Click or drag to resize
Ab4d.SharpEngine logo

VkCoreDestroyBufferView Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.DestroyBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferView,Ab4d.Vulkan.AllocationCallbacks*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void DestroyBufferView(
	Device device,
	BufferView bufferView,
	AllocationCallbacks* pAllocator
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.DestroyBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferView,Ab4d.Vulkan.AllocationCallbacks*)"]

bufferView  BufferView

[Missing <param name="bufferView"/> documentation for "M:Ab4d.Vulkan.VkCore.DestroyBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferView,Ab4d.Vulkan.AllocationCallbacks*)"]

pAllocator  AllocationCallbacks*

[Missing <param name="pAllocator"/> documentation for "M:Ab4d.Vulkan.VkCore.DestroyBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferView,Ab4d.Vulkan.AllocationCallbacks*)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.VkCore.DestroyBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferView,Ab4d.Vulkan.AllocationCallbacks*)"]

See Also