Skip to content

gl_ClipDistance passthrough in geometry shader

Christopher Tenter requested to merge gl_clipdistance_passthrough into master

Add option to pass gl_ClipDistance[] through geometry shader. This fixes clipping artifacts from the slicing plugin, which occurs for objects rendered with a geometry shader.

Merge request reports