Skip to content

Commit 40ca697

Browse files
committed
Add legacy non-fragment stage ID
1 parent 68b794f commit 40ca697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lglpy/timeline/data/raw_trace.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,11 @@ class PerfettoConfig:
613613
'copy query': GPUStageID.BUFFER_TRANSFER,
614614
'compute': GPUStageID.COMPUTE,
615615
'trace_rays': GPUStageID.TRACE_RAYS,
616+
'non-fragment': GPUStageID.VERTEX,
616617
'advanced geometry': GPUStageID.ADVANCED_GEOMETRY,
617618
'vertex': GPUStageID.VERTEX,
618-
'fragment': GPUStageID.FRAGMENT,
619619
'binning': GPUStageID.BINNING,
620+
'fragment': GPUStageID.FRAGMENT,
620621
'main': GPUStageID.MAIN,
621622
"acceleration structure 'fast build' build":
622623
GPUStageID.AS_BUILD_FAST_BUILD,

0 commit comments

Comments
 (0)