dx11-vvvv icon indicating copy to clipboard operation
dx11-vvvv copied to clipboard

suppressdiagonals blocks hap playback

Open ggml opened this issue 6 years ago • 3 comments

*when connected to a renderer *current x64, current dx11

ggml avatar Jul 12 '18 20:07 ggml

You mean using Lev's player?

Is it from HapQ?

If you have a small repro patch would be nice (no need for hap video I can replace that , just simple v4p)

mrvux avatar Jul 13 '18 12:07 mrvux

https://discourse.vvvv.org/uploads/default/original/2X/2/2912dadc4bf2348a79c546bfdd63a3bce3a9bc11.v4p

ggml avatar Jul 13 '18 13:07 ggml

On hap I got no issue, but indeed with HapQ (which has a full screen conversion pass), I can reproduce the issue.

Seems like on Lev plugin he's not setting Tesselation and Geometry shader stages to null, so his converter ends up with the GS from diagonals in the middle (normally on all dx11 nodes it sets a full pipeline to avoid that issue).

I can't fix that on my side, but in the mean time you can use clearpipeline node on top of the suppress diagonals (which will properly reset every shader stages):

image

mrvux avatar Jul 13 '18 13:07 mrvux