Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdDrawIndexed Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void CmdDrawIndexed(
	CommandBuffer commandBuffer,
	uint indexCount,
	uint instanceCount,
	uint firstIndex,
	int vertexOffset,
	uint firstInstance
)

Parameters

commandBuffer  CommandBuffer

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

indexCount  UInt32

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

instanceCount  UInt32

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

firstIndex  UInt32

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

vertexOffset  Int32

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

firstInstance  UInt32

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

Remarks

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

See Also