RenderCompTest.getVertCompNameTest fails
Describe the bug RenderCompTest.getVertCompNameTest fails
To Reproduce Steps to reproduce the behavior:
- Build the latest master
- Run unittest, and examples.
Expected behavior The tests should pass, and the examples should run.
Desktop (please complete the following information):
- OS: Linux mint 21
"helloworld" Error log: -error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader ( 10.10.2023 21:56:58 ) Err: Error while linking shader (OGLRenderBackend.cpp, 623)( OGLRenderBackend ) ( 10.10.2023 21:56:58 )
Which driver is in use? It would be great if you could share the log in the console, please. I saw a similar behavior when using a Intel driver.
yep, I'm using onboard graphics with an intel driver. *-display description: VGA compatible controller product: CometLake-H GT2 [UHD Graphics] vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 logical name: /dev/fb0 version: 05 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb configuration: depth=32 driver=i915 latency=0 resolution=1920,1080 resources: irq:139 memory:c3000000-c3ffffff memory:a0000000-afffffff ioport:5000(size=64) memory:c0000-dffff EDIT: I get the same error when I run the unittest on my graphics card with an nvidia driver.
I will need to check which shader option is causing this issue.
The glsl interface version is too high, I will try a lower one.
Just under development.