Plan OpenGL texture command metadata
This commit is contained in:
@@ -2785,6 +2785,12 @@ int record_render(int argc, char** argv)
|
||||
<< ",\"commands\":" << open_gl_plan.commands.size()
|
||||
<< ",\"renderPasses\":" << open_gl_plan.render_pass_count
|
||||
<< ",\"drawCommands\":" << open_gl_plan.draw_command_count
|
||||
<< ",\"uploadCommands\":" << open_gl_plan.upload_command_count
|
||||
<< ",\"mipmapCommands\":" << open_gl_plan.mipmap_command_count
|
||||
<< ",\"transitionCommands\":" << open_gl_plan.transition_command_count
|
||||
<< ",\"copyCommands\":" << open_gl_plan.copy_command_count
|
||||
<< ",\"readbackCommands\":" << open_gl_plan.readback_command_count
|
||||
<< ",\"captureCommands\":" << open_gl_plan.capture_command_count
|
||||
<< ",\"passthroughCommands\":" << open_gl_plan.passthrough_command_count
|
||||
<< ",\"traceCommands\":" << open_gl_plan.trace_command_count
|
||||
<< ",\"unsupportedCommands\":" << open_gl_plan.unsupported_command_count
|
||||
|
||||
Reference in New Issue
Block a user