We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b794f commit 40ca697Copy full SHA for 40ca697
lglpy/timeline/data/raw_trace.py
@@ -613,10 +613,11 @@ class PerfettoConfig:
613
'copy query': GPUStageID.BUFFER_TRANSFER,
614
'compute': GPUStageID.COMPUTE,
615
'trace_rays': GPUStageID.TRACE_RAYS,
616
+ 'non-fragment': GPUStageID.VERTEX,
617
'advanced geometry': GPUStageID.ADVANCED_GEOMETRY,
618
'vertex': GPUStageID.VERTEX,
- 'fragment': GPUStageID.FRAGMENT,
619
'binning': GPUStageID.BINNING,
620
+ 'fragment': GPUStageID.FRAGMENT,
621
'main': GPUStageID.MAIN,
622
"acceleration structure 'fast build' build":
623
GPUStageID.AS_BUILD_FAST_BUILD,
0 commit comments