Class VulkanLWJGLDebugging
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLDebugging
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.jcoronado.api.VulkanDebuggingType
VulkanDebuggingType.Color, VulkanDebuggingType.VulkanDebugRegionType -
Method Summary
Modifier and TypeMethodDescriptionbegin(VulkanCommandBufferType commandBuffer, String label, VulkanDebuggingType.Color color) Open a command buffer debug label region.voidsetObjectName(VulkanHandleType handle, String name) Set the name of the given object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.jcoronado.api.VulkanDebuggingType
begin
-
Method Details
-
setObjectName
Description copied from interface:VulkanDebuggingTypeSet the name of the given object.- Specified by:
setObjectNamein interfaceVulkanDebuggingType- Parameters:
handle- The handlename- The name- Throws:
VulkanException- On errors
-
begin
public VulkanDebuggingType.VulkanDebugRegionType begin(VulkanCommandBufferType commandBuffer, String label, VulkanDebuggingType.Color color) throws VulkanException Description copied from interface:VulkanDebuggingTypeOpen a command buffer debug label region.- Specified by:
beginin interfaceVulkanDebuggingType- Parameters:
commandBuffer- The command bufferlabel- The region labelcolor- The region color- Returns:
- The region
- Throws:
VulkanException- On errors
-