Click or drag to resize
Ab4d.SharpEngine logo

VulkanDebugUtilsBeginLabel(Queue, String, Color4) Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDebugUtils.BeginLabel(Ab4d.Vulkan.Queue,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(
	Queue queue,
	string labelName,
	Color4 markerColor
)

Parameters

queue  Queue

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

labelName  String

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

markerColor  Color4

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

Remarks

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

See Also