Class VulkanLWJGLDebuggingNoOp
java.lang.Object
com.io7m.jcoronado.lwjgl.internal.VulkanLWJGLDebuggingNoOp
- All Implemented Interfaces:
VulkanDebuggingType
A debugging interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
begin
public VulkanDebuggingType.VulkanDebugRegionType begin(VulkanCommandBufferType commandBuffer, String label, VulkanDebuggingType.Color color) 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
-