Interface VulkanRenderDocType
- All Known Implementing Classes:
VulkanLWJGLRenderDoc
public interface VulkanRenderDocType
A RenderDoc instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoidEnd capturing a frame.booleanisNoOp()voidStart 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
-