elliotwoods / VVVV.Packs.Image

VVVV addonpack for plugins dealing with CVImageLink
36 stars 31 forks source link

Execution order issue #33

Open elliotwoods opened 10 years ago

elliotwoods commented 10 years ago

We seem to be sending an image change then an image attributes changed

This can cause issues.

e.g. AsTextureDX11Instance gets that the image is changed, so fills the local converted buffer

then gets an image attributes changed, so reallocated the local buffer (deleting the image). sending a new image fixes it, but the first frame is always black.

issue seemed to originate from double allocation issue which is now fixed a little with flags

elliotwoods commented 10 years ago

issue still exists with DX9 getting texture on first image sent down a pipe, but DX11 not getting it. does DX9 use a custom processor?