mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

AsSharedResource / FromSharedResource crash #354

Open velcrome opened 5 years ago

velcrome commented 5 years ago

when opening the help patch and connecting the nodes with the missing links, it will instantly and reproducably crash windows.

this can be avoided by setting Flush to true, but it would be good, if the help patch warns users about the impending doom

velcrome commented 5 years ago

as a related side note: the FromSharedResource outputs a Resource<StructuredBuffer>, but most nodes (like dx11-particles or noodles) actually expect Resource<Layer>, which is not linkable.

Is there anything that can be done with a shared buffer other than ReadBack? Or did I misunderstand something very fundamental about buffers here?