Info DX9 shared handle 32Bit

Hi
I cant get any shared handle for DX9 Texture using beta31_x86
64Bit working
cheers, dimihttps://vvvv.org/sites/default/files/imagecache/large/images/SharedHandle64.jpg

and you’re starting both with /dx9ex?

yes, 32 even with dx9ex not working
64 working even without
actually the same with beta30.2
64bit-OK
32bit-NO

videotexture working now with dx9ex, but not File Texture

ok, here is the thing:

  • texturesharing just does not work for filetexture (forgot about that). if you need that you need to render the texture first and use it via dx9texture
  • with the 64bit version you saw a bug. it reported a handle but then still would not work. i fixed that to now report 0 if /dx9ex is not used

ok.thanks.
i think normally no needs

the patch was just for test
i wanted to convert video dx9 to dx11 as stated here Dx9 tex > dx11 tex
it randomly works, but only randomly