Interface VulkanDebuggingType.VulkanDebugRegionType
- All Superinterfaces:
AutoCloseable, VulkanHandleType
- Enclosing interface:
VulkanDebuggingType
A debugging region in a command buffer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinsertInto(String label) Insert a debug label into a command buffer.voidinsertInto(String label, VulkanDebuggingType.Color color) Insert a debug label into a command buffer.Methods inherited from interface VulkanHandleType
close, isClosed
-
Method Details
-
insertInto
Insert a debug label into a command buffer.- Parameters:
label- The labelcolor- The label color- Throws:
VulkanException- On errors
-
insertInto
Insert a debug label into a command buffer.- Parameters:
label- The label- Throws:
VulkanException- On errors
-