Skip to content

Commit 13b759a

Browse files
authored
try qrenderdoc python
1 parent 4e16d83 commit 13b759a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/debug-profile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ jobs:
111111
python-version: '3.6'
112112
- name: Postprocess .rdc for draw call analysis
113113
run: |
114+
qrenderdoc --ui-python .github/scripts/renderdoc_drawcalls.py *.rdc
114115
export
115116
export PYTHONPATH="$PYTHONPATH:/usr/local/share/renderdoc/pylibs/lib/python3.6/
116-
python .github/scripts/renderdoc_drawcalls.py *.rdc
117+
#python .github/scripts/renderdoc_drawcalls.py *.rdc
117118
shell: bash
118119
- uses: actions/upload-artifact@v4
119120
with:

0 commit comments

Comments
 (0)