Interface VulkanRenderDocType

All Known Implementing Classes:
VulkanLWJGLRenderDoc

public interface VulkanRenderDocType
A RenderDoc instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    End capturing a frame.
    boolean
     
    void
    Start capturing a frame.
  • Method Details

    • startFrameCapture

      void startFrameCapture()
      Start capturing a frame.
    • endFrameCapture

      void endFrameCapture()
      End capturing a frame.
    • isNoOp

      boolean isNoOp()
      Returns:
      true if this is a no-op instance