Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdDispatch Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void CmdDispatch(
	CommandBuffer commandBuffer,
	uint groupCountX,
	uint groupCountY,
	uint groupCountZ
)

Parameters

commandBuffer  CommandBuffer

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

groupCountX  UInt32

[Missing <param name="groupCountX"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdDispatch(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,System.UInt32)"]

groupCountY  UInt32

[Missing <param name="groupCountY"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdDispatch(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,System.UInt32)"]

groupCountZ  UInt32

[Missing <param name="groupCountZ"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdDispatch(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,System.UInt32)"]

Remarks

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

See Also