Replies: 1 comment 2 replies
-
|
Hi, I'm also learning bgfx and there aren't that many resources but I made lsp for auto-completion and hover. Should be useful for anyone trying to make bgfx shaders. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Friends,
Is there any documentation about the proprietary bgfx shading language?
I have found only two resources:
https://bkaradzic.github.io/bgfx/tools.html#shader-compiler-shaderc
https://github.com/bkaradzic/bgfx/blob/master/src/bgfx_shader.sh
But both are almost useless to learn the language. I suppose that for people that already knows glsl it is easy to get the idea, but for newbies it is just another languaje to learn.
I am just learning, and all shading languages (glsh, hlsl, msl and bgfx_sl) are new to me. I prefer to start learning bgfx_sl because I am learning bgfx.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions