bkaradzic / bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
https://bkaradzic.github.io/bgfx/overview.html
BSD 2-Clause "Simplified" License
14.61k stars 1.92k forks source link

Failed to compile shader can't run some examples on ubuntu #2183

Open ZhenFTW opened 4 years ago

ZhenFTW commented 4 years ago

I can't run some examples on ubuntu such as tesselation,deferred, nbody. ../../../src/renderer_gl.cpp (6466): BGFX 0x00000001: Failed to compile shader. Aborted (core dumped)

bkaradzic commented 4 years ago

What's GPU / driver / etc.?

ZhenFTW commented 4 years ago

Just an integrated intel hd graphics card. Intel HD Graphics. Is it supported?

bkaradzic commented 4 years ago

You have to be more specific... Compile debug build, and see debug output.