Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdWaitEvents2 Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.CmdWaitEvents2(Ab4d.Vulkan.CommandBuffer,System.UInt32,Ab4d.Vulkan.Event*,Ab4d.Vulkan.DependencyInfo*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void CmdWaitEvents2(
	CommandBuffer commandBuffer,
	uint eventCount,
	Event* pEvents,
	DependencyInfo* pDependencyInfos
)

Parameters

commandBuffer  CommandBuffer

[Missing <param name="commandBuffer"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdWaitEvents2(Ab4d.Vulkan.CommandBuffer,System.UInt32,Ab4d.Vulkan.Event*,Ab4d.Vulkan.DependencyInfo*)"]

eventCount  UInt32

[Missing <param name="eventCount"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdWaitEvents2(Ab4d.Vulkan.CommandBuffer,System.UInt32,Ab4d.Vulkan.Event*,Ab4d.Vulkan.DependencyInfo*)"]

pEvents  Event*

[Missing <param name="pEvents"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdWaitEvents2(Ab4d.Vulkan.CommandBuffer,System.UInt32,Ab4d.Vulkan.Event*,Ab4d.Vulkan.DependencyInfo*)"]

pDependencyInfos  DependencyInfo*

[Missing <param name="pDependencyInfos"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdWaitEvents2(Ab4d.Vulkan.CommandBuffer,System.UInt32,Ab4d.Vulkan.Event*,Ab4d.Vulkan.DependencyInfo*)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.VkCore.CmdWaitEvents2(Ab4d.Vulkan.CommandBuffer,System.UInt32,Ab4d.Vulkan.Event*,Ab4d.Vulkan.DependencyInfo*)"]

See Also