Click or drag to resize
Ab4d.SharpEngine logo

VulkanDebugUtilsBeginLabel(CommandBuffer, String, Color4) Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDebugUtils.BeginLabel(Ab4d.Vulkan.CommandBuffer,System.String,Ab4d.SharpEngine.Common.Color4)"]


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void BeginLabel(
	CommandBuffer commandBuffer,
	string labelName,
	Color4 markerColor
)

Parameters

commandBuffer  CommandBuffer

[Missing <param name="commandBuffer"/> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDebugUtils.BeginLabel(Ab4d.Vulkan.CommandBuffer,System.String,Ab4d.SharpEngine.Common.Color4)"]

labelName  String

[Missing <param name="labelName"/> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDebugUtils.BeginLabel(Ab4d.Vulkan.CommandBuffer,System.String,Ab4d.SharpEngine.Common.Color4)"]

markerColor  Color4

[Missing <param name="markerColor"/> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDebugUtils.BeginLabel(Ab4d.Vulkan.CommandBuffer,System.String,Ab4d.SharpEngine.Common.Color4)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDebugUtils.BeginLabel(Ab4d.Vulkan.CommandBuffer,System.String,Ab4d.SharpEngine.Common.Color4)"]

See Also