Skip to content

Fix shader crash with cropping/clipping enabled

Simon Esneault requested to merge (removed):gpu-vr-clip-crop-shader-crash into master

When using Cropping and Clipping planes with GPU volume rendering, the shader program can't be build due to a local variable declared twice. This topic fix this issue by giving appropriate names to the temporary variables

Merge request reports