mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

Cons (DX11.Geomtry) changes type of resource #357

Open rmtttt opened 5 years ago

rmtttt commented 5 years ago

If you make a spread of geometry with cons node, and inputting IndexedGeometry - cons will output spread of IDX11Geometry which cannot be used with IndexIndirect eg.

ConsGeometry_test.zip

mrvux commented 5 years ago

yes this is correct, since you can cons several geometric types, not only one, havinh more cons is indeed good option, ill need tmake help patches for those tho as it will break the build otherwise