Interface VulkanRenderDocProviderType
- All Known Implementing Classes:
VulkanLWJGLRenderDocProvider
public interface VulkanRenderDocProviderType
A provider of the RenderDoc API.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a RenderDoc instance.
-
Method Details
-
createRenderDoc
VulkanRenderDocType createRenderDoc()Create a RenderDoc instance. The function will return a no-op instance if the RenderDoc debugger is not attached.- Returns:
- The RenderDoc instance
-