Package net.renderdoc.api
Interface pRENDERDOC_GetCapture
public interface pRENDERDOC_GetCapture
pRENDERDOC_GetCapture relies on preview features of the Java platform:
pRENDERDOC_GetCapturerefers to one or more preview APIs:Arena,MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
unsigned int (*pRENDERDOC_GetCapture)(unsigned int idx,char* filename,unsigned int* pathlength,unsigned long* timestamp);
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentPREVIEWallocate(pRENDERDOC_GetCapture fi, ArenaPREVIEW scope) intapply(int idx, MemorySegmentPREVIEW filename, MemorySegmentPREVIEW pathlength, MemorySegmentPREVIEW timestamp) static pRENDERDOC_GetCaptureofAddress(MemorySegmentPREVIEW addr, ArenaPREVIEW arena)
-
Method Details
-
apply
int apply(int idx, MemorySegmentPREVIEW filename, MemorySegmentPREVIEW pathlength, MemorySegmentPREVIEW timestamp) -
allocate
-
ofAddress
-
pRENDERDOC_GetCapturewhen preview features are enabled.