Skip to content
Snippets Groups Projects

Streaming opengl core fixes

6 files
+ 139
43
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -63,5 +63,6 @@ void vtkEncoderDelegate::PrepareFrameInternal(
vtkLogScopeFunction(TRACE);
dstFrame.TakeReference(frame->NewInstance());
dstFrame->CopyMetadata(frame);
dstFrame->AllocateDataStore();
dstFrame->CopyFrameData(frame);
}
Loading