Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdSetViewportWithCount Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void CmdSetViewportWithCount(
	CommandBuffer commandBuffer,
	uint viewportCount,
	Viewport* pViewports
)

Parameters

commandBuffer  CommandBuffer

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

viewportCount  UInt32

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

pViewports  Viewport*

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

Remarks

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

See Also