Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdBindVertexBuffers Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void CmdBindVertexBuffers(
	CommandBuffer commandBuffer,
	uint firstBinding,
	uint bindingCount,
	Buffer* pBuffers,
	ulong* pOffsets
)

Parameters

commandBuffer  CommandBuffer

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

firstBinding  UInt32

[Missing <param name="firstBinding"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdBindVertexBuffers(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,Ab4d.Vulkan.Buffer*,System.UInt64*)"]

bindingCount  UInt32

[Missing <param name="bindingCount"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdBindVertexBuffers(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,Ab4d.Vulkan.Buffer*,System.UInt64*)"]

pBuffers  Buffer*

[Missing <param name="pBuffers"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdBindVertexBuffers(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,Ab4d.Vulkan.Buffer*,System.UInt64*)"]

pOffsets  UInt64*

[Missing <param name="pOffsets"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdBindVertexBuffers(Ab4d.Vulkan.CommandBuffer,System.UInt32,System.UInt32,Ab4d.Vulkan.Buffer*,System.UInt64*)"]

Remarks

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

See Also