Click or drag to resize
Ab4d.SharpEngine logo

VkCoreFreeCommandBuffers Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.FreeCommandBuffers(Ab4d.Vulkan.Device,Ab4d.Vulkan.CommandPool,System.UInt32,Ab4d.Vulkan.CommandBuffer*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void FreeCommandBuffers(
	Device device,
	CommandPool commandPool,
	uint commandBufferCount,
	CommandBuffer* pCommandBuffers
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.FreeCommandBuffers(Ab4d.Vulkan.Device,Ab4d.Vulkan.CommandPool,System.UInt32,Ab4d.Vulkan.CommandBuffer*)"]

commandPool  CommandPool

[Missing <param name="commandPool"/> documentation for "M:Ab4d.Vulkan.VkCore.FreeCommandBuffers(Ab4d.Vulkan.Device,Ab4d.Vulkan.CommandPool,System.UInt32,Ab4d.Vulkan.CommandBuffer*)"]

commandBufferCount  UInt32

[Missing <param name="commandBufferCount"/> documentation for "M:Ab4d.Vulkan.VkCore.FreeCommandBuffers(Ab4d.Vulkan.Device,Ab4d.Vulkan.CommandPool,System.UInt32,Ab4d.Vulkan.CommandBuffer*)"]

pCommandBuffers  CommandBuffer*

[Missing <param name="pCommandBuffers"/> documentation for "M:Ab4d.Vulkan.VkCore.FreeCommandBuffers(Ab4d.Vulkan.Device,Ab4d.Vulkan.CommandPool,System.UInt32,Ab4d.Vulkan.CommandBuffer*)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.VkCore.FreeCommandBuffers(Ab4d.Vulkan.Device,Ab4d.Vulkan.CommandPool,System.UInt32,Ab4d.Vulkan.CommandBuffer*)"]

See Also