mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

StencilView is not spreadable #348

Closed timpernagel closed 6 years ago

timpernagel commented 6 years ago

Unfortunately StencilView ist not spreadable. In order to use "StencilView" also for the Renderer TextureSpread, it would need to be spreadable.

mrvux commented 6 years ago

Indeed, since that node does not own anything, that was quite trivial to add. This commit adds it : https://github.com/mrvux/dx11-vvvv/commit/e7de67b4280438ef02fd6d0b518a701330324732

timpernagel commented 6 years ago

That was quick! \(^-^)/