We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e16d83 commit 13b759aCopy full SHA for 13b759a
.github/workflows/debug-profile.yml
@@ -111,9 +111,10 @@ jobs:
111
python-version: '3.6'
112
- name: Postprocess .rdc for draw call analysis
113
run: |
114
+ qrenderdoc --ui-python .github/scripts/renderdoc_drawcalls.py *.rdc
115
export
116
export PYTHONPATH="$PYTHONPATH:/usr/local/share/renderdoc/pylibs/lib/python3.6/
- python .github/scripts/renderdoc_drawcalls.py *.rdc
117
+ #python .github/scripts/renderdoc_drawcalls.py *.rdc
118
shell: bash
119
- uses: actions/upload-artifact@v4
120
with:
0 commit comments