Skip to content

Install necessary shader files

Biswapriyo Nath requested to merge (removed):install-shader-file into main
This fixes the demos which require shader files. For example,

$ mandelbrot
Unable to open shader file CH18-mandel.vert
Unable to open shader file CH18-mandel.frag
mandelbrot: ../mesa-demos-9.0.0/src/util/shaderutil.c:116:
LinkShaders3: Assertion `vertShader || fragShader' failed.
Aborted (core dumped)

The issue was first reported in the following bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=1373299

It was fixed in the following commit of Fedora 39.
https://src.fedoraproject.org/rpms/mesa-demos/c/30fa49f5fdff5b91125672f3bbc1eef30b2251d8?branch=f39
Edited by Biswapriyo Nath

Merge request reports