Skip to content

Commit

Permalink
Remove duplicated --dump-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
locke-lunarg committed Feb 21, 2025
1 parent dd4f0ed commit 7430494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/scripts/gfxrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def CreateReplayParser():
parser.add_argument('--use-captured-swapchain-indices', action='store_true', default=False, help='Same as "--swapchain captured". Ignored if the "--swapchain" option is used.')
parser.add_argument('file', nargs='?', help='File on device to play (forwarded to replay tool)')
parser.add_argument('--dump-resources', metavar='DUMP_RESOURCES', help='The capture file will be examined, and <submit-index,command-index,draw-call-index> will be converted to <arg> as used in --dump-resources <arg>. The converted args will be used used as the args for dump resources.')
parser.add_argument('--dump-resources', metavar='DUMP_RESOURCES', help='Extract --dump-resources block indices args from the specified file.')
parser.add_argument('--dump-resources-before-draw', action='store_true', default=False, help= 'In addition to dumping gpu resources after the Vulkan draw calls specified by the --dump-resources argument, also dump resources before the draw calls.')
parser.add_argument('--dump-resources-image-format', metavar='FORMAT', choices=['bmp', 'png'], help='Image file format to use when dumping image resources. Available formats are: bmp, png')
parser.add_argument('--dump-resources-scale', metavar='DR_SCALE', help='tScale images generated by dump resources by the given scale factor. The scale factor must be a floating point number greater than 0. Values greater than 10 are capped at 10. Default value is 1.0.')
Expand Down

0 comments on commit 7430494

Please sign in to comment.