Using viewer without a window #1521
Unanswered
trinhtuanlong
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I haven't tried mixing just compute with TransferTask. You should be a able to instantiate the required components like TransferTask and call them directly, essentially do what the vsg::Viewer/RecordAndSubmitTask. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I use vsg::Viewer without a window. I tried to setup instance, then create commandGraphs like:
, setup my viewer like:
Then in the main loop I tried:
But the API stopped at the first beginCommandBuffer:
My goal is to setup a VSG to do only compute and then Copy (currently with mappedData) without creating any window or camera in the process (so purely an image processing library to be used in another app). How do I do this? I tried to mimic the example in vsgcompute but the example is too minimal, for example would data transfer (dynamic data) still works without a viewer? Do I have to make an update traversal? What is the way to proceed in this case?
Beta Was this translation helpful? Give feedback.
All reactions