» IDXDeviceService and IMainLoop
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

IDXDeviceService and IMainLoop

for some advanced plugin usage scenarios we introduced two new interfaces in the upcoming 28 release of vvvv:

the device service can be used to enumerate all directx9 devices created by vvvv (for example through a renderer) or to get notified when a device was created or destroyed. this might come in handy if plugins do some kind of background work using a directx9 device (like texture preloading) and need to know when a device got lost in order to stop all processing scheduled for that device. another future use case would be for some sort of directx9 sink node, like a pipet for example, which needs a device in order to be able to evaluate its inputs.

the second interface can be used to get various notifications about all the different stages the main loop goes through when computing one frame. a possible use case could be a custom set of classes/nodes running in some kind of special "subgraph".

both can either be imported or retrieved via two new properties on the IHDEHost.

Elias, Monday, Jul 23rd 2012 Digg | Tweet | Delicious 5 comments  
elliotwoods 06/07/2013 - 12:10

Can you confirm whether the events are fired before or after or unknown?
i.e. OnRender occurs after all textures are rendered? or before?

To note (for others), the way to get these is to use:

[Import]
IHDEHost FHDEHost;

but then you can't use FHDEHost in your constructor

so inherit

IPartImportsSatisfiedNotification

and start using them like:

public void OnImportsSatisfied()
{
    FHDEHost.MainLoop.OnPresent += MainLoop_Present;
    FHDEHost.MainLoop.OnRender += MainLoop_OnRender;
}
elio 29/07/2013 - 16:14
elliotwoods said
Can you confirm whether the events are fired before or after or unknown?
i.e. OnRender occurs after all textures are rendered? or before?

Me too, I'm interested in when ecactly the events are fired. I hope that this could help me with shared texture read/write synchronisation.

microdee 22/11/2014 - 05:59

Just to clarify: which event the Evaluate() of IPluginEvaluate is invoked on?

Elias 24/11/2014 - 23:48

Well all nodes which need to be evaluated every frame (auto evaluate = true) are subscribed to the prepare graph event. The evaluation of their inputs leads to further evaluation calls on nodes upstream.

  • 1

anonymous user login

Shoutbox

~19h ago

joreg: The summer season of vvvv workshops at The NODE Institute is out: https://thenodeinstitute.org/ss24-vvvv-intermediates/

~20h ago

domj: If you happen to be in Prague, come join us at the Schema workshop on Thursday 25.4. :) https://www.facebook.com/events/395516526614988/?ti=ls

~13d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/

~1mth ago

~1mth ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/