My AMD Ryzen (latest drivers) device supports OpenGL 4.6 but path_fiddle still can't seem to run using OpenGL.
I build with:
./renderer$ ../build/build_rive.sh debug --with_vulkan
Error:
$ ./out/debug/path_fiddle
==== GL GPU: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 6.17.0-1012-oem) ====
GL ERROR: 0:557(170): error: syntax error, unexpected NEW_IDENTIFIER
path_fiddle: ../../path_fiddle/fiddle_context_gl.cpp:47: void err_msg_callback(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const void *): Assertion `0' failed.
Aborted (core dumped)
Running with vulkan works fine: ./out/debug/path_fiddle --vk
My AMD Ryzen (latest drivers) device supports OpenGL 4.6 but path_fiddle still can't seem to run using OpenGL.
I build with:
Error:
Running with vulkan works fine:
./out/debug/path_fiddle --vk