Skip to content

Commit 6b5231c

Browse files
committed
Session: push waveform to GPU as we load it
1 parent 0aed45b commit 6b5231c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ngscopeclient/Session.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ void Session::DoLoadWaveformDataForStream(
874874
}
875875

876876
cap->MarkModifiedFromCpu();
877+
cap->PrepareForGpuAccess();
877878

878879
#ifdef _WIN32
879880
delete[] buf;

0 commit comments

Comments
 (0)