Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdDraw Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.CmdDraw(Ab4d.Vulkan.CommandBuffer,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 CmdDraw(
	CommandBuffer commandBuffer,
	uint vertexCount,
	uint instanceCount,
	uint firstVertex,
	uint firstInstance
)

Parameters

commandBuffer  CommandBuffer

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

vertexCount  UInt32

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

instanceCount  UInt32

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

firstVertex  UInt32

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

firstInstance  UInt32

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

Remarks

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

See Also