icon |
---|
octicons/milestone-24 |
For dumping screenshots per drawcall use option --captureDraws. Examples:
- Dump draws 5,7 and 9
--captureDraws 5,7,9
or--captureDraws 5-9:2
- Dump draw number 7
--captureDraws 7
✍️ TODO
- Install GITS
- Modify gits_config.txt:
- In section
OpenGL.Capture
setMode
toOglDrawsRange
- In section
OpenGL.OglDrawsRange
setStartDraw
andStopDraw
- Save above changes
- In section
- Prepare recorder and replay single frame stream
- Install GITS
- Modify gits_config.txt:
- In section
OpenGL.Capture
setMode
toOglSingleDraw
- In section
OpenGL.OglSingleDraw
setNumber
- Save above changes
- In section
- Prepare recorder and replay single frame stream
- Install GITS
- Modify gits_config.txt:
- In section
OpenCL.Capture
setMode
toAll
- In section
Extras.Utilities
add"DX"
toRemoveAPISharing
- Save above changes
- In section
- Prepare recorder and record the stream
- Replay recorded stream and capture it
- Install GITS
- Modify gits_config.txt:
- In section
OpenCL.Capture
setMode
toOclSingleKernel
- In section
OpenCL.Capture.OclSingleKernel
setNumber
to kernel call number you want to capture. You can find it out by recording whole stream withBasic.CCodeDump
set toTrue
, and looking instream_frames.cpp
. - In section
Extras.Utilities
setRemoveAPISharing
to""
- Save above changes
- In section
- Prepare recorder and record the stream