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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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