Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceEndCommandBuffer(CommandBuffer, Queue, Boolean, Boolean, Semaphore, Semaphore, Fence) Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]


Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void EndCommandBuffer(
	CommandBuffer commandBuffer,
	Queue queue,
	bool submit,
	bool waitIdle,
	Semaphore waitSemaphore,
	Semaphore signalSemaphore,
	Fence fence
)

Parameters

commandBuffer  CommandBuffer

[Missing <param name="commandBuffer"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

queue  Queue

[Missing <param name="queue"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

submit  Boolean

[Missing <param name="submit"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

waitIdle  Boolean

[Missing <param name="waitIdle"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

waitSemaphore  Semaphore

[Missing <param name="waitSemaphore"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

signalSemaphore  Semaphore

[Missing <param name="signalSemaphore"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

fence  Fence

[Missing <param name="fence"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.EndCommandBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Queue,System.Boolean,System.Boolean,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Semaphore,Ab4d.Vulkan.Fence)"]

See Also