Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdDispatchBase Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.CmdDispatchBase(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,System.UInt32,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 CmdDispatchBase(
	CommandBuffer commandBuffer,
	uint baseGroupX,
	uint baseGroupY,
	uint baseGroupZ,
	uint groupCountX,
	uint groupCountY,
	uint groupCountZ
)

Parameters

commandBuffer  CommandBuffer

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

baseGroupX  UInt32

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

baseGroupY  UInt32

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

baseGroupZ  UInt32

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

groupCountX  UInt32

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

groupCountY  UInt32

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

groupCountZ  UInt32

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

Remarks

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

See Also