|  | |
| Vulkan | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class VulkanDebugUtils
The VulkanDebugUtils type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VulkanDebugUtils | Initializes a new instance of the VulkanDebugUtils class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | BeginLabel(CommandBuffer, String, Color4) | |
|  | BeginLabel(Queue, String, Color4) | |
|  | EndLabel(CommandBuffer) | |
|  | EndLabel(Queue) | |
|  | InsertLabel | |
|  | SetName | |
|  | SetTag | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | AddObjectTypeToName | When AddObjectTypeToName is true (by default), then objectType is added to then name, for example: "Buffer: BoxMeshIndexBuffer" (this is recommended to easier see the resources in RenderDoc). When false, then name is not changed. Default value is false; | 
 See Also
See Also